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.
DashboardGet started
  • Getting Started
    • Introduction
    • Quickstart
    • Errors
  • Core Concepts
    • Capabilities
    • Containers
    • Gateway
    • Wallets and top-ups
    • Grants and controls
    • Mandates
    • Approvals
    • Receipts
    • Settlements
  • Authentication
    • Authentication overview
    • Wallet sign-in (SIWE)
    • Connected apps (OAuth)
  • Guides
    • Call a capability
    • Monetize an API
    • Apply for public capability
    • Realtime notifications
  • Agents
    • MCP
    • CLI
  • Admin
    • Capability applications
  • API Reference
    • Overview
    • Authentication
  • Generated API Explorer
      • GETList active capabilities (public registry)
      • POSTRegister a new capability
      • GETList your own capabilities (drafts + active + disabled)
      • GETGet a capability by slug
      • DELSoft-delete (status='disabled')
      • PATCHUpdate a capability
      • GETOwner-detailed view (masked provider_config)
LogoLogo
DashboardGet started
Generated API ExplorerCapabilities

Soft-delete (status=‘disabled’)

DELETE
/v1/capabilities/:id
DELETE
/v1/capabilities/:id
$curl -X DELETE https://api.lipafy.xyzyz/v1/capabilities/id \
> -H "Authorization: Bearer <token>"
Was this page helpful?
Previous

Update a capability

Next
Built with

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

idstringRequiredformat: "uuid"

Response

Deleted