DELETE Tenants({id})/Subscriptions({subscriptionId})

Delete a tenant's subscription. This deletion will not cascade to any other objects.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the tenant the subscription to delete is associated with.

Type: String

subscriptionId

ID of the subscription to delete.

Type: String

force

See Deleting Objects.

Type: Boolean

changeId

See Optimistic Concurrency.

Type: String

Response Information

True

Response type

Boolean

Response body formats

application/json, text/json

Sample:
true