Motion Logo Motion API Documentation
Support
API Keys

Delete From Project

Deletes a custom field value from a project

DELETE beta / custom-field-values / project / {projectId} / custom-fields / {valueId}

Authorization

Authorization string required

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

Path Parameters

projectId string required

The project 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?