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.
GuidesAPI ReferenceChangelog
GuidesAPI ReferenceChangelog
  • API Reference
      • GETList subscriptions
      • POSTCreate subscription
      • GETGet subscription
      • DELDelete subscription
      • PATCHUpdate subscription
  • Event Reference
API ReferenceEvent Subscriptions

Delete subscription

DELETE
https://api.plextera.com/api/public/v1/event-subscriptions/:subscriptionId
DELETE
/api/public/v1/event-subscriptions/:subscriptionId
$curl -X DELETE https://api.plextera.com/api/public/v1/event-subscriptions/subscriptionId \
> -H "Authorization: <apiKey>"
Was this page helpful?
Previous

Update subscription

Next
Built with

Authentication

Authorizationstring

Use the API key format: api-key <token>.

Path parameters

subscriptionIdstringRequired

Response

No Content