Skip to content
Leadtime
English
Esc
navigateopen⌘Jpreview

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 · headerrequired
Scopes:api:write
or
AuthorizationBearer token (JWT) · headerrequired
Path parameters
idstringrequired
Responses
200Task custom field deleted successfully
401Unauthorized - Invalid or missing authentication token
403Forbidden - Insufficient API scopes or permissions
Request
curl -X DELETE "https://leadtime.app/api/public/administration/task-settings/custom-fields/string" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Response
Task custom field deleted successfully