cURL
curl --request DELETE \ --url https://api.frigade.com/v1/users \ --header 'Authorization: Bearer <token>'
Authentication header of the form Bearer: <token>, where <token> is either your public or private API key. See when to use which
Bearer: <token>
<token>
Deprecated. Use userId instead.
The ID of the user
The user has been successfully deleted.