Custom Fields
Delete a custom field
delete/custom-fields/{id}
Headers
organizationstring required
The URL of the end-user web application
Response
Custom Field deleted
Example response
{
"organization": "6170d219e524dc04c5a055d9",
"fields": [
{
"name": "email",
"type": "TYPE_STRING",
"required": true
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.