DeleteBoschServiceAsync

Returns (Task)

Destroy the designated Bosch Service.

Name Description
item

Delete Bosch Service Async

Example in C#

// Returns: nothing
await client.DeleteBoschServiceAsync(BoschServiceInfo item);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/boschservices/BOSCHSERVICES.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'