POST
/
api
/
external
/
v2
/
gocardless_mandates
/
{gocardless_mandate_id}
/
cancellations
Cancel a Gocardless mandate
curl --request POST \
  --url https://app.pennylane.com/api/external/v2/gocardless_mandates/{gocardless_mandate_id}/cancellations \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

gocardless_mandate_id
integer
required

ID of the Gocardless mandate to cancel

Response

204

Mandate cancelled successfully. No content returned.