delete_webhook
Remove a webhook endpoint from a Storyblok space by specifying its ID, ensuring clean management of integrations and resources.
Instructions
Deletes an existing webhook endpoint in a specified Storyblok space.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
webhook_endpoint_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"webhook_endpoint_id": {
"title": "Webhook Endpoint Id",
"type": "integer"
}
},
"required": [
"webhook_endpoint_id"
],
"title": "delete_webhookArguments",
"type": "object"
}