Skip to main content
DELETE
/
projects
/
{project_reference}
/
agents
/
{agent_id}
/
install
Uninstall Agent
curl --request DELETE \
  --url https://api.veryfront.com/projects/{project_reference}/agents/{agent_id}/install \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "error": "<string>",
  "message": "<string>",
  "source_only_reasons": [
    "<string>"
  ],
  "source_path": "<string>"
}

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required
agent_id
string
required

Catalog agent identifier

Required string length: 1 - 255

Response

Installed agent grant revoked