POST
/
api
/
service
/
mandate
/
revoke
curl --request POST \
  --url https://api.sand.getivy.de/api/service/mandate/revoke \
  --header 'Content-Type: application/json' \
  --header 'X-Ivy-Api-Key: <api-key>' \
  --data '{
  "id": "<string>"
}'
{
  "success": true
}

Authorizations

X-Ivy-Api-Key
string
header
required

Body

application/json
id
string
required

A valid mandate id. This can be retrieved from the mandate_setup_succeeded event.

Response

200 - application/json
Default Success Response
success
boolean
required