How can a dedicated Robot account be deleted via an API call?
Issue Description: How can a dedicated Robot account be deleted via an API call?
Resolution:
- Login to Orchestrator and navigate to Tenant > Manage Accounts & Groups > Robot Accounts
- Open the Network console from the browser and navigate to Network tab
- Refresh the page to call the API and get the partitionGlobalId and robotAccountId
- To delete the Robot account, run the following API call:
- DELETE /api/RobotAccount/{partitionGlobalId}/{robotAccountId}
- The API "204 No Content" success status response code indicates that a request has succeeded, but that the client does not need to navigate away from its current page. It is the same response for when deleting the Robot from the UI.
For more details, refer the documentation at Delete Robot Accounts .