curl --request DELETE \
--url https://api.openphone.com/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>"
}
]
}Delete a contact by its unique identifier.
curl --request DELETE \
--url https://api.openphone.com/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>"
}
]
}Was this page helpful?