# Delete Acceleration Instance Forwarder - DeleteUGAForwarder

## Overview

Delete Acceleration Instance Forwarder Delete by Access Port



 > ℹ️ Deleting the port forwarder will cause the service to fail immediately. Please proceed with caution.


## Definition

### Public Parameters

| Parameter Name | Type | Description Information | Required |
|:---|:---|:---|:---|
| **Action**     | string  | Corresponding API command name, the current API is `DeleteUGAForwarder`.                      | **Yes** |
| **PublicKey**  | string  | The user's public key can be obtained from [Console](https://console.scloudsg.com/uaccount/api_manage)                                             | **Yes** |
| **Signature**  | string  | User signature generated based on public key and API command, see [Signature Algorithm](/docs/api/summary/signature.md)  | **Yes** |

### Request Parameters

| Parameter Name | Type | Description Information | Required |
|:---|:---|:---|:---|
| **ProjectId** | string | Project ID. Please refer to the [GetProjectList interface](/docs/api/summary/get_project_list) |**Yes**|
| **UGAId** | string | Acceleration Configuration Instance ID |**Yes**|
| **HTTPHTTP.N** | int | HTTP access to HTTP source, access port. Disable port 65123 |No|
| **HTTPSHTTP.N** | int | HTTPS access with HTTP back to source, access port. Disable port 65123 |No|
| **HTTPSHTTPS.N** | int | HTTPS Access, HTTPS Back-to-Source, Access Port. Disable Port 65123 |No|
| **WSSWSS.N** | int | WebSocketS access to WebSocketS back to the source, access port. Disable port 65123. |No|
| **WSWS.N** | int | WebSocket access to WebSocket source, access port. Disable port 65123. |No|
| **WSSWS.N** | int | WebSocketS access to WebSocket back to source, access port. Disable port 65123. |No|
| **TCP.N** | int | TCP Access Port |No|
| **UDP.N** | int | UDP Access Port |No|

### Response Field

| Field Name | Type | Description Information | Required |
|:---|:---|:---|:---|
| **RetCode** | int | Return status code. If it is 0, it means successful return. If it is not 0, it means failure. |**Yes**|
| **Action** | string | Operation command name. |**Yes**|
| **Message** | string | Returns an error message, providing detailed description when `RetCode` is non-zero. |No|




## Example

### Request Example
    
```
https://api.scloudsg.com/?Action=DeleteUGAForwarder
&ProjectId=org-xxxx
&UGAId=uga-xxxx
&HTTPHTTP.n=80
&HTTPSHTTP.n=443
&TCP.n=22
&WSSWSS.n=3
&WSWS.n=2
&WSSWS.n=4
```

### Response Example
    
```json
{
  "Action": "DeleteUGAForwarderResponse",
  "Message": "",
  "RetCode": 0
}
```





