---
title: "aid_settlement_report_config_delete"
method: DELETE
path: "/accounts/{aid}/settlements/reports/configuration/{id}"
tags: ["settlements.configuration"]
---

# aid_settlement_report_config_delete

`DELETE /accounts/{aid}/settlements/reports/configuration/{id}`

Delete settlement report configuration

*scopes*:
  - admin:billing
  - write:billing
  - admin:settlements
  - write:settlements

## Path parameters

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

## Response `200`

Settlement report configuration

- SettlementReportConfigItem
  - `send_every` number — **Deprecated** report configuration is not used for controlling when to create and send report Value in milliseconds describing how often reports should be sent.
  - `filetypes` string[], required — The filetypes that should be sent
  - `destinations` object[], required — List of destinations. If empty, the report is just stored and visible from the backoffice.
    - `id` string
    - `destination_type` 'account_email' | 'email', required — Specifies the type of destination. - account_email: Send email to the billing email address registered on the account - email: Send email to the email address specified in `destination_value`
    - `destination_value` string — If destination_type is email, the email address goes here
  - `providers` string[], required — List of providers to send report for. If empty, send for all.
  - `filters` object[] — The report will only be sent to the provided destinations if it satisfies these criterias.
    - `filter` 'payout_destination_id' — The "field/column" the data will be filtered on
    - `value` string — The value the records must contain for the provided filter (field/column)
  - `id` string
  - `last_send_at` number — **Deprecated** report configuration is not used for controlling when to create and send report Value in milliseconds (Unix epoch) describing when last time reports was sent.
  - `last_modified_at` number — **Deprecated** report configuration is not used for controlling when to create and send report Value in milliseconds (Unix epoch) describing when last time reports was modified.
  - `created_at` string, date-time — The date-time when the resource was created
  - `updated_at` string, date-time — The date-time when the resource was last updated
  - `account_id` string

## Other responses

- `400` — Bad / Invalid request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Unexpected Error

---

[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)
