REST API
Infra APISandbox

Revoke a routine's Computer access

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

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

sandbox_id*string

Sandbox ID

grant_id*string

Grant ID

Response Body

application/json

application/json

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