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