Header

Revoke a Network Agent

This method allows you to revoke a Network Agent.

URL

/agents/<agent-identifier>/revoke

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

HTTP Method

POST

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": "ok"
}

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