cURL
curl --request DELETE \ --url https://api.ngrok.com/bot_users/{id} \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
Delete a specific bot user by its unique identifier. Note: Bot Users are deprecated in favor of Service Users.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a resource identifier
Delete a bot user by ID
Was this page helpful?