DeleteDownstreamAsync

Returns (Task)

Destroy the designated Downstream.

Name Description
downstream

Delete Downstream Async

Example in C#

// Returns: nothing
await client.DeleteDownstreamAsync(DownstreamInfo downstream);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/controllers/CONTROLLER.KEY/downstream/DOWNSTREAM.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'