Unlinks a custom field definition from a projectTemplate.
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-manage-config:write` permissions.</Check>
Path parameters
projectTemplateId
The id of projectTemplate.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
The model to unlink the the custom field definition from a projectTemplate
customFieldDefinitionId
The id of the custom field definition.
Response
OK