Unlinks a custom field from the specified project.
Unlinking the definition removes its values from tasks in the project.
<Check title="Required Permissions" icon="key">The user must have `project-master-data:write` permission or `write` permission on the specified project.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
projectId
The id of the project to unlink the custom field definition from.
Request
The model describing the custom field definition to unlink.
customFieldDefinitionId
The id of the custom field definition.
Response
No Content
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

