DELETE
/
v1
/
contacts
/
{id}
curl --request DELETE \
  --url https://api.openphone.com/v1/contacts/{id} \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

The unique identifier of the contact.

Example:

"66d0d87e8dc1211467372303"

Response

204

Success