Manage Subscriptions
Delete a subscription
Deletes a subscription configuration.
delete/spaces/{spaceId}/subscriptions/{subscriptionId}
Path parameters
spaceIdstring required
The unique identifier of the space.
subscriptionIdstring required
The unique identifier of the subscription.
Response
The subscription
Example response
{
"id": "my-subscription-id",
"status": {
"state": "ACTIVE"
}
}