Skip to main content

SubscriptionDelete

Delete an existing Subscription resource.

Mutation

mutation SubscriptionDelete($id: ID!, ) {
SubscriptionDelete(id: $id, ) {
id
}
}

Input

  • id: ID of the resource to delete

Return Type

Returns the ID of the deleted resource.