Skip to main content
DELETE
/
v1
/
fields
Delete a custom contact field definition
curl --request DELETE \
  --url https://brew.new/api/v1/fields \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "fieldName": "plan"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
default:brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Body

application/json

Custom field name to delete.

fieldName
string
required
Minimum string length: 1

Response

The field definition was deleted.

success
enum<boolean>
required
Available options:
true