DELETE
/
accounts
curl --request DELETE \
  --url https://server.ownid.com/{appId}/accounts \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Response

204
_mintlify/placeholder

Successfully deleted the account.