Skip to main content

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

NameTypeRequiredDescription
idstringYesThe UUID of the account to delete

Headers

NameTypeRequiredDescription
AuthorizationstringYesX-API-Key for authentication

Request Schema

{
"headers": {
"X-API-Key": "{{apiKey}}"
}
}