Delete project custom field
Deletes a project custom field using soft delete (marked as deleted but not permanently removed).
Important considerations:
- The field will no longer appear in project forms
- Existing project data stored in this field will be retained but not displayed
- Deleted fields can be restored using the restore defaults endpoint
Note: This operation requires workspace settings management permission. Consider exporting data before deleting fields if you need to preserve historical information.
DELETE
/administration/project-settings/custom-fields/{id}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredResponses
200
Project custom field deleted successfully
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions