Skip to main content
DELETE
/
subscriptions
/
{subscription}
Delete subscription
curl --request DELETE \
  --url https://api.example.com/subscriptions/{subscription}
{
  "message": "<string>",
  "restate_code": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.restate.dev/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

subscription
string
required

Subscription identifier

Response

Subscription deletion accepted and will be processed asynchronously