DELETE
/
api
/
v1
/
agents
/
{agentId}
/
versions
/
{versionId}
{
  "agentId": "<string>",
  "versionId": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string
required
versionId
string
required

Response

200
application/json

Agent version deleted successfully

The response is of type object.