Delete Account
Endpoint: DELETE /accounts/{id}
Authentication: Bearer Token (required)
Description
Deletes a specific account identified by its UUID. This action is irreversible.
Request
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The UUID of the account to delete |
Headers
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string | Yes | Bearer token for authentication |
Request Schema
{
"headers": {
"Authorization": "Bearer <token>"
}
}