Skip to main content
DELETE
/
api
/
v1
/
custom-fields
/
{custom_field_id}
Delete Custom Field
curl --request DELETE \
  --url https://api.bindbee.dev/api/v1/custom-fields/{custom_field_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.bindbee.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

custom_field_id
string<uuid>
required

Response

Successful Response