The items.removed webhook is sent when an existing Item is deleted and removed from Link.
Username = api_key_id, Password = api_key_secret
items.removed
["items.removed"]Your name for the webhook subscription.
"My Items Removed Webhook"
Where you want to receive webhook delivery. This can be either a backend URL that you manage, or a URL provided by a webhook management service.
"https://your-webhook-endpoint.com"
Object containing an array of up to 30 Item ID's.
Optional secret used to verify webhooks.
"your_secret_key"