v1

latestOpenAPI 3.0.0UNLICENSED2026-07-26178479713.7 KB
tokens

aid_customers_tokens_events_delete

Delete the connection between token (type/value) and list of events. Include an event in the request to store the reason for the request scopes:

  • admin:customers
  • write:customers
delete/accounts/{aid}/customers/tokens/events

Path parameters

aidstring ^[PT]{1}\d{8}$ required

An id that uniquely identifies the account.

Request body

Example request

{
  "event": {
    "event": "customer registered in webshop"
  }
}

Response

events cleared