Skip to main content

DELETE /contact-books/:id

Permanently delete a contact book and all contacts within it.

Authentication

JWT Bearer token (dashboard auth)

Response

{
  "success": true
}

Errors

StatusErrorCause
404Contact book not foundInvalid ID or not owned by user