Skip to main content
DELETE
/
v1
/
contacts
curl --request DELETE \
  --url https://brew.new/api/v1/contacts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "jane@example.com"
}
'
{
  "deleted": 2
}

Authorizations

Authorization
string
header
default:brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Body

application/json

Single delete or batch delete payload.

email
string<email>
required

Response

The contact or contacts were deleted.

deleted
integer
required
Required range: x >= 0