Allows the client to delete a webhook configuration.

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://twilio.demo.bump-doc.com/doc/numbers_v1/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"numbers_v1 MCP server": {
  "url": "https://twilio.demo.bump-doc.com/doc/numbers_v1/mcp"
}
Close
DELETE /v1/Porting/Configuration/Webhook/{WebhookType}

Allows the client to delete a webhook configuration.

Path parameters

  • WebhookType string Required

    The webhook type for the configuration to be delete. PORT_IN, PORT_OUT

    Values are PORT_IN or PORT_OUT.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Porting/Configuration/Webhook/{WebhookType}
curl \
 --request DELETE 'https://numbers.twilio.com/v1/Porting/Configuration/Webhook/{WebhookType}' \
 --user "username:password"