Skip to main content
POST
/
billing
/
api
/
v1
/
billing
/
resolver
/
{organization_id}
/
cancel
Cancel resolver subscription
curl --request POST \
  --url https://www.closient.com/billing/api/v1/billing/resolver/{organization_id}/cancel \
  --header 'X-API-Key: <api-key>'
{}

Authorizations

X-API-Key
string
header
required

Path Parameters

organization_id
string<shortuuid>
required

UUID of the organization.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

OK

The response is of type Response · object.