Unlinks a custom field definition from the specified project template.

When the definition is unlinked from a project template, all values of the custom field will be removed from the task templates within that project template. <Check title="Required Permissions" icon="key">The user must be an admin or have `project-manage-config:write` permissions.</Check>

Authentication

AuthorizationBearer

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

Path parameters

projectTemplateIdstringRequiredformat: "uuid"
The id of the project template to unlink the custom field definition from.

Request

The model used to unlink the custom field definition.
customFieldDefinitionIdstringRequiredformat: "uuid"
The id of the custom field definition.

Response

No Content

Errors

400
Bad Request Error
404
Not Found Error