CustomFields
Delete CustomField
Delete an existing CustomField record by its Id.
DELETE
Delete CustomField
Deletes a CustomField record. Once deleted, the record is permanently removed from the system.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CustomField-Delete role.Path Parameters
integer
required
The Id of the CustomField record to delete.
Code Examples
Response
200
integer
HTTP status code.
200 on success.string
A human-readable message confirming the deletion.
object
Contains the
Id of the deleted record.boolean
true if the deletion was successful.array
null on success.Example Response
500
Example Response
Delete CustomField