Delete a specific Short Code from a Service

DELETE /v1/Services/{ServiceSid}/ShortCodes/{Sid}

TODO: Resource-level docs

Delete a specific Short Code from a Service.

Path parameters

  • ServiceSid string Required

    The SID of the parent Service resource to delete the ShortCode resource from.

  • Sid string Required

    The Twilio-provided string that uniquely identifies the ShortCode resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Services/{ServiceSid}/ShortCodes/{Sid}
curl \
 -X DELETE https://proxy.twilio.com/v1/Services/{ServiceSid}/ShortCodes/{Sid} \
 --user "username:password"