Delete a Network Agent via API
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"
}