Skip to main content
DELETE
/
api
/
agents
/
{id}
Delete agent
curl --request DELETE \
  --url https://rippletide-backend.azurewebsites.net/api/agents/{id} \
  --header 'x-api-key: <api-key>'
{
  "error": "<string>",
  "message": "<string>",
  "details": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for programmatic access

Path Parameters

id
string<uuid>
required

Response

Agent deleted successfully