cURL
curl --request DELETE \ --url https://api.roe-ai.com/webhooks/{webhook_id}/agents/{agent_webhook_id}/ \ --header 'Authorization: Bearer <token>'
Remove an agent link from a webhook.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
No response body