Skip to content

Delete account (GDPR erasure)

DELETE
/account
curl --request DELETE \
--url https://api.reflexdb.cloud/v1/account \
--header 'Authorization: Bearer <token>'

Permanently deletes the account and all associated data. Running instances are terminated. SSM parameters are purged. A confirmation email is sent. The Cognito user pool entry is NOT removed.

Default Response

Default Response

Media type application/json
Error
object
error
required
string
message
string
Example generated
{
"error": "example",
"message": "example"
}