Contacts
Delete Contacts
Send either one email or an emails array.
Single delete ({ email }) returns 404 CONTACT_NOT_FOUND when the contact does not exist. Batch delete ({ emails }) always responds 200; the response includes deleted (the number of contacts removed) and an optional notFound array listing any submitted emails that did not match an existing contact (omitted when every email matched).
DELETE
Documentation Index
Fetch the complete documentation index at: https://docs.brew.new/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Send your Brew API key as Authorization: Bearer brew_xxx.
Body
application/json
Single delete or batch delete payload.
- Option 1
- Option 2