DeleteServiceContainerModuleAsync

Returns (Task)

Destroy the designated Service Container Module.

Name Description
item

Delete Service Container Module Async

Example in C#

// Returns: nothing
await client.DeleteServiceContainerModuleAsync(ServiceContainerModuleInfo item);

Example in CURL



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