Skip to main content
POST
Delete a contact
Delete a contact. Authenticate with a Bearer access token unless the endpoint is the authentication token exchange.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required

Response

Contact deleted successfully.

status
integer
required

Operation result indicator.

message
string
required

Human-readable result message.