description:The unique identifier of the subscriptionId.
schema:
type:string
delete:
summary:Cancel the existing subscription.
description:The DELETE method is used to cancel the existing subscription. Cancellation can be made by deleting the resource that represents existing subscription.
operationId:SubscriptionsDELETESubscriptionid
tags:
-subscriptions
responses:
'204':
$ref:'#/components/responses/204'
'401':
$ref:'#/components/responses/401'
'403':
$ref:'#/components/responses/403'
'404':
$ref:'#/components/responses/404'
'429':
$ref:'#/components/responses/429'
parameters:
-name:subscriptionId
in:path
required:true
description:The unique identifier of the subscriptionId.