human_remove_provider
Deregister a webhook provider by its UUID to stop it from receiving new tasks. Existing dispatched tasks remain unaffected.
Instructions
Remove a registered webhook provider.
Deregisters a provider so it will no longer receive dispatched tasks. Does not affect tasks already dispatched to this provider.
PARAMETERS:
provider_id: The UUID of the provider to remove (as returned by human_register_provider)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider_id | Yes | The UUID of the provider to operate on |