name
subscriptions.delete
curl --location --request DELETE 'https://Example-Server.com/be/v1/subscriptions/example_Name' \ --header 'x-rockit-beauth-token: eyjhvcIhvds;huVODV...' \ --header 'x-rockit-orgname: ExampleOrg' \ --header 'x-rockit-username: adminPrincipal' \ --header 'x-rockit-api-key: {{_adminPrincipal_apiKey}}'
{ "status": "success", "message": "3 subscriptions removed" }