delete

View as MarkdownOpen in Claude

Delete a SWML webhook resource.

Path parameters

idstringRequiredformat: "uuid"
Unique ID of a SWML Webhook.

Response

Example

from signalwire.rest import RestClient
client = RestClient(
project="your-project-id",
token="your-api-token",
host="your-space.signalwire.com",
)
client.fabric.swml_webhooks.delete("webhook-id")
print("Swml Webhook deleted")