contact

Delete a contact

Deletes a contact by its ID.

delete/contact/{id}

Path parameters

idstring uuid required

ID of the contact to delete

Response

Contact deleted successfully

statusstring
status_codeinteger

The HTTP status code. Usually 200 , 201, 204 etc

messagestring

A basic message describing a request was processed successfully. example: "Successfully"

Example response

{
  "status": "success",
  "status_code": 200
}

Changes

No recorded changes to this endpoint across all 15 revisions of this API.