Delete contact

This operation deletes an existing Contact from the address book using its contactId.

SecuritybearerAuth
Request
path Parameters
contactId
required
string

This is the unique identifier of the contact to be deleted.

Example: 6763e149671f04cace818d76
Responses
200

The contact has been deleted sucessfully.

400

Invalid request.

401

The request could not be authorized.

404

The requested resource was not found.

500

The request could not be completed due to an internal error.

delete/api/v1/contact/{contactId}
Request samples
Response samples
application/json
{ }