Allows the client to delete a webhook configuration.

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"