cURL
curl --request DELETE \ --url https://sandbox.sturdytechnologies.com/v3/users/{user_id} \ --header 'Authorization: Bearer <token>'
{ "data": "null", "message": "deleted successfully", "success": true }
Delete a user account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
User Identifier
OK
null
"deleted successfully"
true