---
title: "Deactivate account"
method: DELETE
path: "/v2/api/partner/accounts/{id}"
tags: ["Partner"]
---

# Deactivate account

`DELETE /v2/api/partner/accounts/{id}`

Deactivates an account you provisioned and releases its seat. The account stays active until the end of the current paid period, then expires. Requires the `PARTNER` scope.

## Path parameters

- `id` string, required

## Response `204`

Account deactivated

## Other responses

- `401` — Invalid or missing API key
- `403` — The API key lacks the PARTNER scope.
- `404` — No account with this id was provisioned by your API key (PARTNER_ACCOUNT_NOT_FOUND).
- `429` — Rate limit exceeded

---

[API](https://skmtc.dev/withallo/apis/allo-api.md) · [All operations](https://skmtc.dev/withallo/apis/allo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/withallo/allo-api/revisions/9aab4db82933/schema)
