Delete channel

DELETE /v1/Channels/{Sid}

Flex chat channels

Path parameters

  • Sid string Required

    The SID of the Flex chat channel 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/Channels/{Sid}
curl \
 --request DELETE 'https://flex-api.twilio.com/v1/Channels/{Sid}' \
 --user "username:password"