你可以通过API移除一个Webhook端点。
要删除一个Webhook,发送一个DELETE请求至 https://api.copy.ai/api/webhook/<webhook_id>。
curl --location --request DELETE 'https://api.copy.ai/api/webhook/' \
--header 'x-copy-ai-api-key;'
{
"status": "error",
"errorCode": "NOT_FOUND"
}