Skip to main content
DELETE
/
v1
/
admin
/
accounts
/
:account_id
Delete Account (staff)
curl --request DELETE \
  --url https://api.oviond.com/v1/admin/accounts/:account_id \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

account_id
string
required

Response

Deleted

success
enum<boolean>
required
Available options:
true