Company logoTrust Center Documentation
API v1 ReferenceCustom fieldsId

Delete a custom field template

Permanently delete a custom field template. Browse request parameters, authentication requirements, response payloads, and working code samples in the Orbiq…

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

Permanently delete a custom field template.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/custom-fields/string"
{  "success": true,  "data": {    "id": "string"  }}

How is this guide?