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
Example response
{
"message": "action performed successfully",
"status": "success"
}