/customfields/:customFieldId:/values/:valueId
Custom Field Deletion
Parameters
- customFieldId:
string(required)
The ID of the custom field. - valueId:
string(required)
The ID of the custom field value to delete. - name:
string
Example Usage
curl --request PATCH \
--url https://api.air.inc/v1/customfields/customFieldId/values/valueId \
--header 'content-type: application/json'
Try It!
Click Try It! to start a request and see the response here!