cURL
curl --request DELETE \ --url https://api.mudstack.com/users \ --header 'Authorization: Bearer <token>'
Deletes the currently authenticated user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No content, user deleted.
Was this page helpful?