Skip to main content
DELETE https://api.revreply.com/v1/agent/{agent}
This endpoint requires authentication.

Try it

Use the following request to delete an agent:

Authentication

This endpoint uses Bearer authentication with a JWT.

Request

Headers

Path parameters

Request structure

This endpoint does not require a request body or query parameters.

Request examples

The request is a DELETE request to:

Response

Response structure

A successful request returns an object containing a success value.

Response example

Errors

404 — Agent not found

Returned when the specified agent does not exist.

500 — Server or integration error

Returned when the agent cannot be deleted because of a server or integration failure.