Deletes the specified account.
cURL
curl --request DELETE \ --url https://server.ownid.com/{appId}/accounts \ --header 'Authorization: Bearer <token>'
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully deleted the account.
Was this page helpful?