Contact
Delete Contact
WRITE
access to the CONTACT
module is required to access this endpointUnlike virtually every other model, contact
Contacts may be either people or organizations and these are stored in separate tables in the database, each with its own auto-incrementing identifier.
The contacts model creates a union between these two tables to allow simplified operations under a single namespace.
id
cannot be assumed to be unique. Use uuid
instead.Contacts may be either people or organizations and these are stored in separate tables in the database, each with its own auto-incrementing identifier.
The contacts model creates a union between these two tables to allow simplified operations under a single namespace.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The uuid of the contact to delete
Response
200
application/json
Successful Operation