CHIP Collect icon

CHIP Collect

Work with purchases and payment methods in CHIP Collect

Actions13

Overview

This node interacts with the CHIP Collect API to manage webhooks, specifically allowing users to delete a registered webhook by its ID. It is useful in scenarios where you need to programmatically remove webhook subscriptions to stop receiving event notifications from CHIP Collect, such as when cleaning up unused webhooks or managing webhook lifecycle in an automated workflow.

Use Case Examples

  1. Deleting a webhook by specifying its Webhook ID to stop receiving event notifications.
  2. Automating webhook management by removing obsolete or test webhooks.

Properties

Name Meaning
Webhook ID The unique identifier of the webhook to be deleted. This is required to specify which webhook to remove.

Output

JSON

  • json - The JSON response from the CHIP Collect API after attempting to delete the webhook, indicating success or failure of the operation.

Dependencies

  • Requires an API key credential for CHIP Collect API authentication.

Troubleshooting

  • Ensure the Webhook ID is correctly specified and exists; otherwise, the API may return an error indicating the webhook was not found.
  • Verify that the API key credential is valid and has the necessary permissions to delete webhooks.
  • Check that the API endpoint is reachable and the network connection is stable to avoid request failures.

Links

Discussion