cURL
curl --request PATCH \ --url https://api.hostwithdothost.com/auth/user/{email} \ --header 'Authorization: Bearer <token>'
Admin function to delete a user by email
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Was this page helpful?