RemoveAsc1400PortAsync

Remove a port from the Asc1400 controller Ports collection. Returns ()Exception Type: FailedOutcomeExceptionThrown with Error Code 404 (notfound) if called passing a non-existent port

Overview of RemoveAsc1400PortAsync goes here.

Name Description
controllerInfo controller to be updated
port Port number [0..5]

Remove Asc1400 Port Async

Example in C#

// Returns: nothing
await client.RemoveAsc1400PortAsync(Asc1400Info controllerInfo, Int32 port);

Example in CURL



           curl -X DELETE \
               https://api.us.acresecurity.cloud/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/asc1400ports \
               -H 'Authorization: Bearer TOKEN_GOES_HERE' \
               -H 'Content-Type: application/json' \