Delete Account
Endpoint: DELETE /accounts/{id}
Authentication: X-API-Key: {{apiKey}}
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 | X-API-Key for authentication |
Request Schema
{
"headers": {
"X-API-Key": "{{apiKey}}"
}
}