For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Resources
Log inGet a demo
Get startedAPI reference
Get startedAPI reference
  • Agent Handler
      • GETList Tool Packs
      • POSTCreate Tool Pack
      • GETGet Tool Pack
      • DELDelete Tool Pack
      • PATCHUpdate Tool Pack
UnifiedAgent HandlerGateway
UnifiedAgent HandlerGateway
Resources
Log inGet a demo
Agent HandlerTool Packs

Delete Tool Pack

DELETE
https://ah-api.merge.dev/api/v1/tool-packs/:id/
DELETE
/api/v1/tool-packs/:id/
$curl -X DELETE https://ah-api.merge.dev/api/v1/tool-packs/134e0111-0f67-44f6-98f0-597000290bb3/ \
> -H "Authorization: Bearer <token>"
204No Content
1{}
Deletes a Tool Pack by ID
Was this page helpful?
Previous

Get Tool Pack

Next

Update Tool Pack

Built with

Authentication

AuthorizationBearer

Token-based authentication with required prefix “Bearer”

Path parameters

idstringRequiredformat: "uuid"
Agent Handler ID of the Tool Pack

Response

No response body