cURL
curl --request DELETE \ --url http://localhost:3000/api/openapi/auth/delete-account \ --header 'x-api-key: <api-key>'
"<unknown>"
Delete the authenticated user’s account and all associated data.
The API key to authenticate requests.
OK
The response is of type any.
any