Skip to main content
DELETE
/
v1
/
chart-of-accounts
/
{accountId}
Delete an account
curl --request DELETE \
  --url https://external.pleo.io/v1/chart-of-accounts/{accountId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string<uuid>
required

ID of the account to delete.

Response

Deletion of account successful.