Accounts

Delete Account

Delete an account and all its associated credentials.

Args: account_name: Name of the account to delete

Returns: Success message when account is deleted

Raises: HTTPException: 400 if trying to delete master account, 404 if account not found

post/accounts/delete-account

Query parameters

account_namestring required

Response

Successful Response

{"stackTrail":"paths:/accounts/delete-account:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes