v1

latestOpenAPI 3.1.0Apache 2.02026-07-2498321298.8 KB
Entities

Delete entity

Deletes the specified entity. It is only possible to delete an entity if it has no children or has no associated accounts.

delete/financial-data/v2/entities/{id}

Path parameters

idstring required

Atlar resource ID.

Response

No content.

statusinteger

The HTTP status code.

messagestring

A top-level message describing the error(s).

Example response

{
  "status": 400,
  "message": "There is some problem with the data you submitted.",
  "details": [
    {
      "code": "invalid_value",
      "error": "Must be one of [direct_debits mandates payments]",
      "field": "filter.0.resource"
    }
  ]
}