Cancel the HostedNumberOrder (only available when the status is in `received`).

DELETE /HostedNumbers/HostedNumberOrders/{Sid}

Cancel the HostedNumberOrder (only available when the status is in received).

Path parameters

  • Sid string Required

    A 34 character string that uniquely identifies this HostedNumberOrder.

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

Responses

  • 204

    The resource was deleted successfully.

DELETE /HostedNumbers/HostedNumberOrders/{Sid}
curl \
 --request DELETE 'https://preview.twilio.com/HostedNumbers/HostedNumberOrders/{Sid}' \
 --user "username:password"