Delete a webhook by ID.

External Documentation

To learn more, visit the Smartsheet documentation.

Parameters

ParameterDescription
Webhook IDThe ID of the webhook.

Example Output

{
	"version": 0,
	"failedItems": [
		{
			"rowId": 0,
			"error": {
				"refId": "string",
				"errorCode": 0,
				"message": "string"
			},
			"index": 0
		}
	],
	"message": "SUCCESS",
	"resultCode": 0
}

Workflow Library Example

Delete Webhook with Smartsheet and Send Results Via Email

Preview this Workflow on desktop