Skip to main content

Delete Account

DELETE /v1/accounts/{id}

Soft deletes an account by its ID. The account is marked as deleted but remains in the database for audit purposes.

Headers

HeaderRequiredValue
AuthorizationYesBearer <token>
X-Target-ServerYesaccounts

Path Parameters

ParameterTypeRequiredDescription
idstring (UUID)YesAccount ID

Response

204 No Content

Account deleted successfully. No response body.

401 Unauthorized

Invalid or missing token.

404 Not Found

Account not found or does not belong to your node.

500 Internal Server Error