curl --request DELETE \
--url https://cloud.kaneo.app/api/generic-webhook-integration/project/{projectId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Delete generic outgoing webhook integration for a project
curl --request DELETE \
--url https://cloud.kaneo.app/api/generic-webhook-integration/project/{projectId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Was this page helpful?