Soft-delete a custom icon. The icon is marked as inactive rather than permanently deleted. Only works for custom icons (not system icons).
DELETEhttps://api.aitronos.com/v1/icons/organizations/{org_id}/{icon_id}
org_id string required
The ID of the organization that owns the icon.
icon_id string required
The ID of the icon to delete.
Returns 204 No Content on successful deletion. No response body is returned.
cURL
- Bash
- Python
- JavaScript
curl -X DELETE https://api.aitronos.com/v1/icons/organizations/org_123/icon_abc123 \
-H "X-API-Key: $FREDDY_API_KEY"