Skip to main content

DELETE /contact-books/:id/contacts/:contactId

Permanently delete a contact.

Authentication

JWT Bearer token (dashboard auth)

Response

{
  "success": true
}

Errors

StatusErrorCause
404Contact not foundInvalid contact ID or not in this book