# Forget an account Endpoint: DELETE /v1/accounts/{id} Version: v1 Security: x-api-key ## Path parameters: - `id` (string, required) Unique identifier for the account ## Response 200 fields (application/json): - `id` (string) Unique identifier for the account Example: "d6a32ba5-0532-4a66-8137-48cdf409c972" - `object` (string) The type of object that has been removed by this operation Example: "ACCOUNT" - `deleted` (boolean) Whether the account has been successfully removed or not Example: true ## Response 400 fields ## Response 404 fields