Delete task custom field
Deletes a task custom field from the workspace.
Important considerations:
- The field will be removed from all task types where it was assigned
- Existing task data in this field will be lost
- This action cannot be undone
Note: Consider removing the field from task types first if you want to preserve historical data.
DELETE
/administration/task-settings/custom-fields/{id}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredResponses
200
Task custom field deleted successfully
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions