delete_webhook
Stop receiving notifications by deleting a webhook subscription. Provide the webhook UUID, confirm the action, and halt all future callbacks to the registered URL.
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 | |||