Delete Contact List
DELETE/v1/contacts/lists/:listId
Permanently removes a contact list. Contacts in the list are deleted. The default "All Contacts" list cannot be deleted.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Contact list deleted successfully
Invalid request parameters
Invalid or missing API key
Contact list not found
Internal server error