Remove Custom Field Value

Remove the data from a Custom Field on a task. This does not delete the option from the Custom Field.

SecurityAuthorization Token
Request
path Parameters
task_id
required
string
field_id
required
string

b8a8-48d8-a0c6-b4200788a683 (uuid)

query Parameters
custom_task_ids
boolean

If you want to reference a task by it's custom task id, this value must be true.

team_id
number <double>

Only used when the custom_task_ids parameter is set to true.

For example: custom_task_ids=true&team_id=123.

Responses
200
delete/v2/task/{task_id}/field/{field_id}
Request samples
Response samples
application/json
{ }