Skip to main content
DELETE
/
v1
/
account
Delete Account
curl --request DELETE \
  --url https://api.oviond.com/v1/account \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "confirm_email": "[email protected]"
}
'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
confirm_email
string
required
Minimum string length: 1

Response

Account deleted

success
enum<boolean>
required
Available options:
true
message
string
required