Skip to main content
DELETE
Cancel Subscription

Authorizations

x-client-id
string
header
required

Client ID for API authentication

x-api-key
string
header
required

API Key for API authentication

Path Parameters

donorId
string
required

The Id of the donor to cancel the subscription for.

Example:

"2ea1ae03ca521e437db76d76"

subscriptionId
string
required

The Id of the subscription to cancel.

Example:

"2ea1ae03ca521e437db76d76"

Body

application/json

Subscription cancellation details

cancellationReason
string

The reason for cancelling the subscription.

Required string length: 1 - 150
Example:

"I no longer attend this organization."

Response

Subscription cancelled successfully.

Last modified on July 14, 2026