Unlinks a custom field definition from a project.
When the definition is unlinked from a task, all values of the custom field will be removed from the task.
<Check title="Required Permissions">The user must be an admin or have `project-master-data:read` permissions.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
projectId
The id of project.
Request
The model to unlink the the custom field definition from a project
customFieldDefinitionId
The id of the custom field definition.
Response
OK