v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Phone Book Entries

Delete a contact

Permanently deletes a contact from the phonebook.

delete/contacts/{contactId}

Path parameters

contactIdstring required

The ID of the contact to delete.

Response

Contact deleted successfully.

statusstring required

Status of the delete operation

Example response

{
  "status": "ok"
}