Delete a tool
Deletes a specific tool if owned by the authenticated user.
Returns:
- 204: Successfully deleted
- 403: User can see the tool but lacks permission to delete it (e.g., global tools owned by others)
- 404: Tool doesn't exist or is private and not accessible to the user
Authentication
X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer
Enter your JWT token (without the ‘Bearer ’ prefix)
Path parameters
id
Tool ID
Response
No Content