cURL
curl --request DELETE \ --url https://api.trata.ai/v1/hives/{hive_id}/ai-agents/{agent_id}/link \ --header 'Authorization: Bearer <token>'
{ "message": "Success" }
Delete a Link Between a Hive and an Agent
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the hive
ID of the agent
Link deleted successfully
The response is of type object.
object