Contacts
Delete Contact
Permanently delete a contact from your Brew audience. This action cannot be undone. The contact will be removed from all subscription groups and automations.
DELETE
Authorizations
Include your Brew API key as a Bearer token in the Authorization header.
Example: Authorization: Bearer bw_api_your_key_here
Path Parameters
Either the contact's email address or their userId. When using an email address, you must URI-encode it (replace @ with %40). Examples:
- Email:
user%40example.com
(for user@example.com) - User ID:
user_12345
Response
200
application/json
Contact deleted successfully
The response is of type object
.
Previous
List Contact PropertiesRetrieve all contact properties available in your Brew account, including both built-in
properties (like firstName, lastName) and [custom properties](/audience/add-contacts#custom-properties) you've created. Use this to
see what properties are available for use in API calls.
Next