API reference · Contacts
DELETE/api/v1/contacts/{id}

Delete contact

Inherited ApiBaseController delete route for one contact_name_id.

RBAC · contact

Path parameters

idstring <uuid>Required

Response codes

204
Contact deleted.
400
Invalid contact id format.
401
API key missing/invalid or key user not found.
403
Permission denied for contact delete.
404
Contact not found.
500
Unexpected contact deletion failure.