Class ByProjectKeyCustomObjectsByContainerByKeyDelete

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomObjectsByContainerByKeyDelete>, DataerasureTrait<ByProjectKeyCustomObjectsByContainerByKeyDelete>, Deprecatable200Trait<ByProjectKeyCustomObjectsByContainerByKeyDelete>, ErrorableTrait<ByProjectKeyCustomObjectsByContainerByKeyDelete>, VersionedTrait<ByProjectKeyCustomObjectsByContainerByKeyDelete>, ClientRequestCommand<CustomObject>, CreateHttpRequestCommand, HttpRequestCommand<CustomObject>, RequestCommand<CustomObject>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.custom_object.CustomObject>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customObjects()
            .withContainerAndKey("{container}", "{key}")
            .delete()
            .execute()