Company logoTrust Center Documentation
API v1 ReferenceCustom fieldsId

Delete a custom field template

Permanently delete a custom field template.

DELETE
/api/v1/custom-fields/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://app.orbiqhq.com/api/v1/custom-fields/string"
{
  "success": true,
  "data": {
    "id": "cft-123"
  }
}
Empty
Empty
Empty

How is this guide?