curl -X DELETE https://app.demeterrr.com/api/v1/contacts/550e8400-e29b-41d4-a716-446655440000 \
-H "X-API-Key: dem_your_key_here"
{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"deleted": true
}
}
Permanently delete a contact
curl -X DELETE https://app.demeterrr.com/api/v1/contacts/550e8400-e29b-41d4-a716-446655440000 \
-H "X-API-Key: dem_your_key_here"
{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"deleted": true
}
}
contacts:write scope.
curl -X DELETE https://app.demeterrr.com/api/v1/contacts/550e8400-e29b-41d4-a716-446655440000 \
-H "X-API-Key: dem_your_key_here"
{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"deleted": true
}
}