cURL
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>" } ] }
Delete a contact by its unique identifier.
The unique identifier of the contact.
"66d0d87e8dc1211467372303"
Success
Was this page helpful?