Delete an Agent
Guide to deleting an Agent in the Fetch Hive API.
Delete a specific agent
Authorizations
Path parameters
idstringRequired
Agent token
Responses
200
Successful response
application/json
default
Error
application/json
delete
DELETE /v1/agents/{id} HTTP/1.1
Host: api.fetchhive.com
Authorization: YOUR_API_KEY
Accept: */*
{
"message": "Agent deleted"
}
Last updated
Was this helpful?