delete_webhook
Cancel a webhook subscription to stop receiving notifications. Requires confirmation before deletion.
Instructions
Delete (unsubscribe from) a webhook. After deletion, the AP will stop sending notifications to the callback URL.
HUMAN-IN-THE-LOOP: Requires user confirmation. Call without confirmation_token first, show the summary to the user, then call again with the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhook_uid | Yes | UUID of the webhook subscription to delete. | |
| confirmation_token | No | Confirmation token from a previous call. Omit on the first call; supply on the second call to execute. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||