Guide to deleting an Agent in the Fetch Hive API.
Last updated 18 days ago
Was this helpful?
Delete a specific agent
Agent token
DELETE /v1/agents/{id} HTTP/1.1 Host: api.fetchhive.com Authorization: YOUR_API_KEY Accept: */*
Successful response
{ "message": "Agent deleted" }