Custom Fields
Delete Custom Field Option
Delete an existing custom field option on the organization. You can only delete custom field options that are not used in any transaction and in status INACTIVE. You can set the custom field option to INACTIVE to prevent it from being used in new transactions via our update endpoint.
delete/transactions/custom-fields/{customFieldId}/options/{customFieldOptionId}
Path parameters
customFieldIdstring uuid required
The unique identifier of the custom field.
customFieldOptionIdstring uuid required
The unique identifier of the custom field option to delete.
Response
No Content. The custom field option was successfully deleted.