Skip to main content

DELETE network preferences

DELETE 
/sim_cards/:sim_card_id/network_preferences

This API asynchronously removes the custom-defined network preferences settings. After this operation is done the Telnyx default settings, the same applied for an unaltered SIM card, will be in place.

Request

Path Parameters

    sim_card_id uuidrequired

    Identifies a SIM card.

Responses

202: A successful network preferences deletion response.

The delete won't be done right away - this is an asynchronous operation. The request will return the resource with an in-progress OTA update resource (in the ota_updates node) representing the delete operation. Similarly to the PUT API, the resource will only be deleted when the OTA updated is successfully completed.

default: Unexpected error

Loading...