Skip to main content
DELETE
/
accounts
/
self
/
ai
/
custom-fields
/
{field_id}
Delete AI custom field definition
curl --request DELETE \
  --url https://restapi.fax.plus/v3/accounts/self/ai/custom-fields/{field_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "unauthorized",
  "description": "The access token provided is expired, revoked, malformed, or invalid for other reasons."
}

Documentation Index

Fetch the complete documentation index at: https://apidoc.fax.plus/llms.txt

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

Authorizations

Authorization
string
header
required

OAuth2 Authorization Grant

Path Parameters

field_id
string
required

Custom field definition ID

Response

Custom field definition deleted successfully