Motion Logo Motion API Documentation
Support
API Keys

Delete From Task

Deletes a custom field value from a task

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

Authorization

Authorization string required

Bearer authentication header of the form Bearer <token> where <token> is your auth token.

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

Was this page helpful?