cURL
curl --request DELETE \ --url https://api.example.com/subscriptions/{subscription}
{ "message": "<string>", "restate_code": "<string>" }
Deletes a subscription. This will stop events from the source from being forwarded to the sink.
Subscription identifier
Subscription deletion accepted and will be processed asynchronously
Was this page helpful?