Actions68
- Parcels Actions
- Shipments Actions
- Rates Actions
- Transactions Actions
- Customs Items Actions
- Tracking Status Actions
- Batches Actions
- Orders Actions
- Pickups Actions
- Service Groups Actions
- Customs Declarations Actions
- Refunds Actions
- Manifests Actions
- Carrier Accounts Actions
- Webhooks Actions
- Carrier Parcel Templates Actions
- User Parcel Templates Actions
- Rates At Checkout Actions
- Shippo Accounts Actions
- Addresses Actions
Overview
This node operation deletes a specific webhook from the Shippo service. It is useful when you want to stop receiving event notifications or callbacks for a particular webhook that was previously set up. For example, if a webhook URL is no longer valid or needed, this operation allows you to remove it cleanly from your Shippo account.
Properties
| Name | Meaning |
|---|---|
| Webhook Id | The unique identifier (Object ID) of the webhook to delete |
Output
The output JSON will typically contain the response from the Shippo API confirming the deletion of the webhook. This may include status information or confirmation details indicating whether the webhook was successfully deleted. No binary data output is expected.
Dependencies
- Requires an active API key credential for authenticating with the Shippo API.
- The node communicates with the Shippo REST API at
https://api.goshippo.com. - Proper network access to the Shippo API endpoint is necessary.
Troubleshooting
- Invalid Webhook Id: If the provided webhook ID does not exist or is malformed, the API will likely return an error indicating the webhook could not be found. Verify the ID before attempting deletion.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key is correctly configured in the node credentials.
- Network Issues: Connectivity problems can prevent the request from reaching Shippo. Check your internet connection and any firewall settings.
- Permission Denied: If the API key does not have sufficient permissions to delete webhooks, the operation will fail. Confirm the API key’s scope includes webhook management.