DELETE
/
api
/
contacts
curl --request DELETE \
  --url https://lyra.so/api/v1/api/contacts \
  --header 'Content-Type: application/json' \
  --header 'X-LYRA-API-KEY: <api-key>' \
  --data '{
  "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

X-LYRA-API-KEY
string
header
required

Body

application/json
contact_id
string
required

The ID of the contact to delete

Response

200
application/json
Contact deleted successfully
id
string

The ID of the deleted contact