cURL
curl --request POST \ --url https://api.quiva.ai/accounts/cancel-account-deletion \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Cancels the deletion of an account.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Account deletion cancelled successfully