Skip to main content
Version: 1.x.x

deleteAgent

Removes an Agent resource from a persistent database.

URL

/agents/{ref}

Method

DELETE

Parameters

Parameter NameTypeValueDescription
refpathstringResource reference

Request body

Do not supply a request body with this method.

Response

If successful this method removes an Agent resource.

Sample Call

DELETE /api/v1beta1/agents/ag3f77f6
{

}

HTTP/1.1 200 OK
{
"status": "200",
"message": "Successful request"
}