Delete Agent
DELETE/agents/:agent_id
Deletes an agent from the agent.
Deleting a non-existent agent will return 404. No content will be returned from a successful deletion.
Request
Responses
- 204
- 404
- 422
Agent successfully deleted. No content returned.
Agent not found. The specified `agent_id` does not exist
Validation Error