Header

Delete a Network Agent

This method allows you to delete a Network Agent.

URL

/agents/<agent-identifier>/

Replace <agent-identifier> with the identifier of the Agent you wish to delete.

HTTP Method

DELETE

Supported Parameters

None

Example cURL Request

curl -H "Content-type: application/json" \
-H "Accept: application/json" \
--user adam@atechmedia.com:my-api-key \
-X DELETE \
https://atech.deployhq.com/agents/11111-22222222-3333333-44444

Example Response

{
    "status": "delete"
}

Proudly powered by Katapult. Running on 100% renewable energy.