Delete an account
DELETE/account/:id
Deletes a specific account by its ID. This action cannot be undone.
info
Before deleting a account, ensure that all associated namespaces have been deleted.
Request
Responses
- 200
- 4XX
- 5XX
The operation was successful
Client error responses due to invalid input or missing parameters.
Internal server error due to an unexpected issue.