Skip to main content
DELETE
/
v1
/
custom-fields
/
{id}
Delete Custom Field
curl --request DELETE \
  --url https://api.spairehq.com/v1/custom-fields/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.spairehq.com/llms.txt

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

Authorizations

Authorization
string
header
required

You can generate a Personal Access Token from your settings.

Path Parameters

id
string<uuid4>
required

The custom field ID.

Response

Custom field deleted.