github.com/twilio/twilio-go@v1.20.1/rest/numbers/v1/docs/PortingPortInPhoneNumberApi.md (about)

     1  # PortingPortInPhoneNumberApi
     2  
     3  All URIs are relative to *https://numbers.twilio.com*
     4  
     5  Method | HTTP request | Description
     6  ------------- | ------------- | -------------
     7  [**DeletePortingPortInPhoneNumber**](PortingPortInPhoneNumberApi.md#DeletePortingPortInPhoneNumber) | **Delete** /v1/Porting/PortIn/{PortInRequestSid}/PhoneNumber/{PhoneNumberSid} | 
     8  
     9  
    10  
    11  ## DeletePortingPortInPhoneNumber
    12  
    13  > DeletePortingPortInPhoneNumber(ctx, PortInRequestSidPhoneNumberSid)
    14  
    15  
    16  
    17  Allows to cancel a port in request phone number by SID
    18  
    19  ### Path Parameters
    20  
    21  
    22  Name | Type | Description
    23  ------------- | ------------- | -------------
    24  **ctx** | **context.Context** | context for authentication, logging, cancellation, deadlines, tracing, etc.
    25  **PortInRequestSid** | **string** | The SID of the Port In request. This is a unique identifier of the port in request.
    26  **PhoneNumberSid** | **string** | The SID of the Port In request phone number. This is a unique identifier of the phone number.
    27  
    28  ### Other Parameters
    29  
    30  Other parameters are passed through a pointer to a DeletePortingPortInPhoneNumberParams struct
    31  
    32  
    33  Name | Type | Description
    34  ------------- | ------------- | -------------
    35  
    36  ### Return type
    37  
    38   (empty response body)
    39  
    40  ### Authorization
    41  
    42  [accountSid_authToken](../README.md#accountSid_authToken)
    43  
    44  ### HTTP request headers
    45  
    46  - **Content-Type**: Not defined
    47  - **Accept**: Not defined
    48  
    49  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints)
    50  [[Back to Model list]](../README.md#documentation-for-models)
    51  [[Back to README]](../README.md)
    52