DeleteServiceContainerAsync

Returns (Task)

Destroy the designated Service Container.

Name Description
item

Delete Service Container Async

Example in C#

// Returns: nothing
await client.DeleteServiceContainerAsync(ServiceContainerInfo item);

Example in CURL



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