This method allows you to revoke a Network Agent.

**Tip**: You can explore and test this endpoint interactively using our [OpenAPI documentation](https://api.deployhq.com/docs).

## 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

```json
{
    "status": "ok"
}
```