Delete web channel

DELETE /v1/WebChannels/{Sid}

Path parameters

  • Sid string Required

    The SID of the WebChannel resource to delete.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^CH[0-9a-fA-F]{32}$.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/WebChannels/{Sid}
curl \
 --request DELETE 'https://flex-api.twilio.com/v1/WebChannels/{Sid}' \
 --user "username:password"