REST API
Infra APISandbox

Revoke a routine's Computer grants

DELETE/api/v1/sandboxes/{sandbox_id}/automation-grants

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

sandbox_id*string

Sandbox ID

Query Parameters

organization_id*string

Pinned organization ID

scope*string

Purpose scope: routine:, group_member:, or peer:

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/v1/sandboxes/string/automation-grants?organization_id=string&scope=string"
Empty
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}