cURL
curl --request DELETE \ --url https://brew.new/api/v1/fields \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fieldName": "plan" } '
{ "success": true }
Deletes one custom field definition. Core fields cannot be deleted.
Send your Brew API key as Authorization: Bearer brew_xxx.
Authorization: Bearer brew_xxx
Custom field name to delete.
1
The field definition was deleted.
true
Was this page helpful?