Unlinks a custom field definition from the specified project.
When the definition is unlinked from a project, all values of the custom field will be removed from the tasks within that project.
<Check title="Required Permissions" icon="key">The user must have `project-master-data:write` permissions or `write` permissions 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

