---
title: "Delete an Account"
method: DELETE
path: "/rest/accounts/{account_id}"
tags: ["Accounts"]
---

# Delete an Account

`DELETE /rest/accounts/{account_id}`

Removes a previously added DEPOSITORY or CARD account. EARNINGS_BALANCE accounts cannot be deleted.

## Response `204`

Account successfully deleted

## Other responses

- `400` — Bad Request
- `401` — Invalid authentication credentials
- `403` — Not authorized to perform this operation
- `404` — Resource was not found
- `500` — Unexpected error occured

---

[API](https://skmtc.net/dailypay/apis/dailypay-rest-api.md) · [All operations](https://skmtc.net/dailypay/apis/dailypay-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dailypay/dailypay-rest-api/revisions/24f4c159e842/schema)
