POST
/
v1
/
setups
/
revoke
curl --request POST \
  --url https://connect.pennylane.com/api/partners/v1/setups/revoke \
  --header 'Content-Type: application/json' \
  --header 'authorization: <authorization>' \
  --data '{
  "partnerAccountId": "<string>",
  "secondaryPartnerRef": "EASYBEER"
}'
{
  "flow": "API_KEY",
  "redirectTo": "<string>"
}

Headers

authorization
string
required

The partner token (provided by us, contact aurelien.david@pennylane.com). The token is associated to a specific environment (production or sandbox).

Body

application/json

Body

The body is of type object.

Response

200
application/json

Successful revocation response