---
title: "aid_customers_tokens_events_delete"
method: DELETE
path: "/accounts/{aid}/customers/tokens/events"
tags: ["tokens"]
---

# aid_customers_tokens_events_delete

`DELETE /accounts/{aid}/customers/tokens/events`

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

## Path parameters

- `aid` string, ^[PT]{1}\d{8}$, required

## Request body

- object
  - `token` TokenTypeValue, required — Lookup by token type and value
    - `type` string, required
    - `value` string, required — identifies how or who is resposible for the token value
  - `event` object — Record an delete event, the status will be set to DELETED.
    - `event` string
    - `metadata` object

## Response `204`

events cleared

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
