DeleteBoschSkedAsync

Returns (Task)

Destroy the designated Bosch Sked.

Name Description
item

Delete Bosch Sked Async

Example in C#

// Returns: nothing
await client.DeleteBoschSkedAsync(BoschSkedInfo item);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/boschpanels/BOSCHPANEL.KEY/boschskeds/BOSCHSKED.KEY \
                -H 'Authorization: Bearer TOKEN_GOES_HERE'