Delete an agent

Permanently deletes the agent identified by id. On success, returns HTTP 204 with no response body.

Path Params
integer
required

The ID of the agent to delete.

Query Params
string
required

The API key provided for your application.

Responses
204

Agent deleted successfully. No response body is returned.

404

Agent not found.

500

Internal server error, we will provide you with the exception message of the application.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!