nowcerts_zapier_unsubscribe
Remove Zapier webhook subscriptions from Nowcerts to stop receiving automated event notifications and manage integration connections.
Instructions
Unsubscribe from Zapier webhook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | Yes | ||
| target_url | Yes |
Input Schema (JSON Schema)
{
"properties": {
"event": {
"required": true,
"type": "string"
},
"target_url": {
"required": true,
"type": "string"
}
},
"required": [
"target_url",
"event"
],
"type": "object"
}