growsurf_delete_campaign_webhook
Delete a webhook from a GrowSurf referral program by webhook ID. Specify a campaign ID to target a specific program, otherwise the default campaign is used.
Instructions
Remove a webhook from your GrowSurf program by id. Returns { id, success }. Targets campaignId if you pass it, otherwise GROWSURF_CAMPAIGN_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| webhookId | Yes | ||
| campaignId | No | Target program (campaign) id for this call. Defaults to GROWSURF_CAMPAIGN_ID when omitted. Pass the `id` returned by growsurf_create_campaign to configure or operate a program you just created, without restarting the server. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Id of the webhook that was deleted. | |
| success | No | Whether the webhook was deleted. |