Remove a Network resource from the Network Access Profile resource's

DELETE /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}

Mobile operator networks which Network Access Profiles allow access to

Remove a Network resource from the Network Access Profile resource's.

Path parameters

  • The unique string that identifies the Network Access Profile resource.

  • Sid string Required

    The SID of the Network resource to be removed from the Network Access Profile resource.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid}
curl \
 -X DELETE https://supersim.twilio.com/v1/NetworkAccessProfiles/{NetworkAccessProfileSid}/Networks/{Sid} \
 --user "username:password"