Delete Webhook Inbox
inbox_deleteDelete an inbox and everything delivered to it. The URL stops accepting requests immediately. Inboxes also delete themselves once unpolled past their expiry, so this is only for tearing down early.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The read token returned by inbox_create. | |
| inbox_id | Yes | The inbox id returned by inbox_create. |