Skip to main content
DELETE
/
webhooks
/
{webhook_id}
/
agents
/
{agent_webhook_id}
cURL
curl --request DELETE \
  --url https://api.roe-ai.com/webhooks/{webhook_id}/agents/{agent_webhook_id}/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_webhook_id
string<uuid>
required
webhook_id
string<uuid>
required

Response

204

No response body