Delete rate plan

DELETE /v1/RatePlans/{Sid}

Capabilities and restrictions for SIMs

Path parameters

  • Sid string Required

    The SID of the RatePlan resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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