Gateway Property Delete Replacement Gateway Property

Gateway Property Delete Replacement Gateway Property

Delete replacement gateway property by gatewayId & name

Privileges required:

UPDATE GATEWAY

Request
URI
POST
https://{api_host}/portal/rest/gatewayProperty/deleteReplacementGateway
COPY
Request Body
{
    "gatewayId": 0
}
integer
gatewayId
Required

gatewayId

Responses
200

Request was successfully processed

Returns gateway_property_delete_gateway_property_result of type(s) application/json
This response body class contains all of the following: Inlinegateway_property_delete_gateway_property_result0
{
    "id": 123,
    "rows": 1
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"gatewayId:"integer"}' https://{api_host}/portal/rest/gatewayProperty/deleteReplacementGateway