Skip to main content
POST
/
v1
/
consents
/
{id}
/
revoke
Revoke a consent
curl --request POST \
  --url https://api.swippee.com/v1/consents/{id}/revoke \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "invalid_api_key",
    "message": "Key does not exist."
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.swippee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your API key from the dashboard, sent as Authorization: Bearer swippee_sk_live_....

Path Parameters

id
string
required

Response

Revoked