WorkOS
webhook_endpoints.delete
Delete an existing webhook endpoint.
Remote workos
Other tools also called webhook_endpoints.delete?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier of the Webhook Endpoint."
}
}
}