Delete a Sim resource on your Account

DELETE /v1/Sims/{Sid}

A resource representing a Programmable Wireless SIM

Delete a Sim resource on your Account.

Path parameters

  • Sid string Required

    The SID or the unique_name of the Sim resource to delete.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Sims/{Sid}
curl \
 -X DELETE https://wireless.twilio.com/v1/Sims/{Sid} \
 --user "username:password"