Skip to main content
POST
Cancel subscription renewals

Authorizations

Authorization
string
header
required

Salesforce session ID (or OAuth 2.0 access token issued by the Salesforce org) supplied as Authorization: Bearer <token>. Obtain via the Salesforce OAuth 2.0 flows or the SOAP login API.

Body

application/json
cancelRequests
object[]
required

One entry per subscription to cancel.

Minimum array length: 1

Response

Cancellation request accepted and dispatched to the Service Layer.

Common envelope returned by every endpoint. Concrete responses extend this shape with operation-specific fields.

success
boolean

true when the request completed without errors.

errors
string[]

Populated with one or more error messages when success is false.