Delete a contact
DELETE/contacts/:contact_id
Soft-deletes the contact (cascades per internal logic). Maps to internal POST /contact/delete-multiple-contacts with a single id.
Request
Responses
- 204
- 401
- 403
- 404
Deleted
Missing or invalid token
Token lacks the required scope, or the user's role/permissions deny this action
Resource not found (or not visible to this user's role)