Skip to main content
POST
/
api
/
v1
/
gateway
/
delete
cURL
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Device/api/v1/gateway/delete \
  --header 'Content-Type: application/json' \
  --data '
{
  "GatewayId": "<string>",
  "ClientId": "<string>"
}
'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>"
}

Body

application/json
GatewayId
string
ClientId
string | null

Response

200 - application/json
Succeeded
boolean
Message
string | null
Code
string | null