REST API
Infra APISandbox

Release a completed or abandoned peer exchange's Computer authority

POST/api/v1/sandboxes/{sandbox_id}/automation-grants/release-peer

Authorization

BearerAuth
AuthorizationBearer <token>

Hydra JWT Bearer token

In: header

Path Parameters

sandbox_id*string

Sandbox ID

Request Body

application/json

Immutable peer scope identity

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/api/v1/sandboxes/string/automation-grants/release-peer" \  -H "Content-Type: application/json" \  -d '{}'
{  "property1": true,  "property2": true}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}