UiPath · Arazzo Workflow
UiPath Find and Remove a Webhook
Version 1.0.0
Locate a webhook by its target URL and delete the subscription.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
cleanup-webhook
Resolve a webhook by URL and delete it.
Lists webhooks filtered to the supplied target URL to find the subscription ID, then deletes that webhook.
1
findWebhook
listWebhooks
List webhooks filtered to the supplied target URL to resolve the ID of the subscription to delete.
2
deleteWebhook
deleteWebhook
Permanently delete the resolved webhook subscription by its ID so the endpoint no longer receives notifications.