Skip to main content
DELETE
/
v1
/
contacts
/
{id}
Delete a contact
curl --request DELETE \
  --url https://dev-public-api.openphone.dev/v1/contacts/{id} \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "code": "<string>",
  "status": 123,
  "docs": "<string>",
  "title": "<string>",
  "description": "<string>",
  "trace": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "schema": {
        "type": "<string>"
      },
      "value": "<unknown>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

The unique identifier of the contact.

Example:

"66d0d87e8dc1211467372303"

Response

Success