DELETE /contact-books/:id
Permanently delete a contact book and all contacts within it.Authentication
JWT Bearer token (dashboard auth)Response
Errors
| Status | Error | Cause |
|---|---|---|
404 | Contact book not found | Invalid ID or not owned by user |
Delete a contact book and all its contacts.
| Status | Error | Cause |
|---|---|---|
404 | Contact book not found | Invalid ID or not owned by user |