Cancel the subscription for an organization
DELETE/v1/organizations/:organizationId/plan
Cancel the subscription for an organization
Request
Path Parameters
organizationId stringrequired
Responses
- 200
- 404
Subscription cancelled successfully
- application/json
- Schema
- Example (from schema)
Schema
expiresAt date-timerequired
The date when the subscription will expire
{
"expiresAt": "2023-12-31T23:59:59.999Z"
}
Organization not found or no active subscription
Loading...