Skip to main content

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

NameTypeRequiredDescription
idstringYesThe UUID of the account to delete

Headers

NameTypeRequiredDescription
AuthorizationstringYesBearer token for authentication

Request Schema

{
"headers": {
"Authorization": "Bearer <token>"
}
}