Close Inactive
DELETEhttps://api.agentstation.ai/v1/workstations/:workstation_id/browser/tabs
Closes all tabs except the active tab in the Workstation browser. If no active tab is found, the first tab will be kept to avoid closing the browser completely.
Request
Responses
- 204
- 400
- 401
- 402
- 422
- 429
- 500
- 503
No Content - the operation was successful but there is no additional content to return.
Invalid Request Format - check API documentation for proper syntax.
Unauthorized - missing or invalid API key.
Payment Required - you have run out of trial credits or your payment method has expired. Please add payment details to your account.
Unprocessable Entity - cannot find requested asset associated with your API key.
Too Many Requests - you have exceeded the rate limit for your account. Please wait before making additional requests.
Internal Server Error - please retry your request.
Service Unavailable - our servers have dropped the request due to high load - please retry.
Authorization: http
name: bearerAuthtype: httpdescription: API keys are used to authenticate to the AgentStation platform. You can create and manage your API keys in the dashboard. To use this API, you need to send a Bearer Token in the Authorization header. Example: Authorization: Bearer <your_token_here> scheme: bearer
- curl
- nodejs
- python
- go
- csharp
- ruby
- php
- java
- powershell
- dart
- javascript
- c
- objective-c
- ocaml
- r
- swift
- kotlin
- rust
- CURL
curl -L -X DELETE 'https://api.agentstation.ai/v1/workstations/:workstation_id/browser/tabs' \
-H 'Authorization: Bearer <token>'