Zum Inhalt springen
Leadtime
Deutsch
Esc
navigateopen⌘Jpreview

Delete custom icon

Permanently deletes a custom icon from the workspace.

What happens:

  • The custom icon is permanently removed from the workspace
  • The icon will no longer be available for use in projects, tickets, documents, or profiles
  • Any existing uses of the icon may display as missing/broken
  • This action cannot be undone

Note: This endpoint requires the CustomIcons.create permission. Use with caution as deleting an icon may affect content that references it.

DELETE/administration/custom-icons/{id}
Authorization
AuthorizationOAuth2 access token · headerrequired
Scopes:api:write
or
AuthorizationBearer token (JWT) · headerrequired
Path parameters
idstringrequired
Responses
200Custom icon deleted successfully
object
401Unauthorized - Invalid or missing authentication token
403Forbidden - Insufficient API scopes or permissions
Request
curl -X DELETE "https://leadtime.app/api/public/administration/custom-icons/string" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
Response
{}