Skip to main content
DELETE
/
api
/
cloud
/
agents
/
{id}
cURL
curl --request DELETE \
  --url https://api.bedrock.orinlabs.org/api/cloud/agents/{id}/ \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string<uuid>
required

A UUID string identifying this Agent.

Response

204

No response body