Delete from task

Deletes a custom field value from a task.

DELETE
/ beta / custom-field-values / task / {taskId} / custom-fields / {valueId}

Authorization

  • X-API-Key
    string
    required

    Header with the name X-API-Key where the value is your API key.

Path parameters

  • taskId
    string
    required

    The task from which a custom field value will be deleted.

  • valueId
    string
    required

    The ID of the custom field value that will be deleted.