Contacts

Delete a contact

Deletes a single contact from the database.

delete/contacts/{contactID}

Path parameters

contactIDstring required

ID of the contact

Response

No Content

messagestring required
statusstring required

Example response

{
  "message": "action performed successfully",
  "status": "success"
}

Changes