POST
/
api
/
contacts.delete
Delete a contact
curl --request POST \
  --url https://{notifuseDomain}/api/contacts.delete \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "workspace_id": "ws_1234567890",
  "email": "user@example.com"
}'
{
"success": true
}

Authorizations

Authorization
string
header
required

API token for authentication

Body

application/json

Response

200
application/json

Contact deleted successfully

The response is of type object.