Cancel a subscription

It cancels the logged in user's subscription with the provided external identifier (extenalId). A logged in session is required for this operation.

SecurityCookieBlaizeSession or JwtQuery or JwtHeaderXBlaizeJwt or JwtHeaderXZephrJwt or JwtBearer or JwtCookie
Request
path Parameters
externalId
required
string

The external identifier of the subscription

Example: mySubscription1
Responses
200

OK - Subscription has been cancelled successfully

403

Forbidden - Invalid subscription provided

409

Conflict - This subscription had already been cancelled

delete/zephr/subscriptions/{externalId}