Question

In progress Tab

  • 14 January 2024
  • 4 replies
  • 95 views

Badge +1

Unable to remove bot from inprogress tab since many hours.

 

 


4 replies

Userlevel 3
Badge +7

Hi @Kumar Ranjan ,

You should try steps mentions in below thread.

 

Hope it helps!

Userlevel 7
Badge +13

Hi @Kumar Ranjan ,

 

Restart the Automation Anywhere Bot Agent service and try this again.

 
Badge +1

Hi @Kumar Ranjan ,

You should try steps mentions in below thread.

 

Hope it helps!

Except API, tried everything still not resolved..

For checking with API steps are not mentioned in above link

Userlevel 3
Badge +8

Hi @Kumar Ranjan,

The endpoint /v1/activity/remove/ is used to remove a specific activity. You would need to append the unique ID (which of the activity you want to remove to this endpoint. For example, if the unique ID of the activity is 12345, the full endpoint would be /v1/activity/remove/12345

To use this endpoint, you would need to make a PUT request. in this case, removing an activity.

You can use a third-party tool like Postman to make this request. After executing the API, you should receive the results as 'OK', indicating that the activity has been successfully removed.
 

Thanks. 

 

Reply