Contracts
Delete contract
Deletes a contract: cancels the contract in the connected billing provider and cancels every subscription linked to it.
post/api/v1/contracts/{id}/archive
Path parameters
idstring required
The unique identifier of the entity
Headers
X-ACCOUNT-IDstring
Account ID — optional when authenticating with a user JWT (Bearer token); falls back to the user's first membership. Ignored for API-key auth.
X-ENVIRONMENT-IDstring
Environment ID — required when authenticating with a user JWT (Bearer token) on environment-scoped endpoints. Ignored for API-key auth (env is intrinsic to the key).
Response
The canceled contract.
Changes
Changed in 2 of the 115 revisions of this API.2
- ○
added the required property
data/billingStateto the response with the200statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
- ○