curl -X DELETE 'https://api.example.com/users/user_jane' \ -H 'Authorization: Bearer YOUR_TOKEN'
Delete a user
Was this page helpful?