Class ByProjectKeyCustomObjectsByContainerByKeyDelete

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCustomObjectsByContainerByKeyDelete,CustomObject>
com.commercetools.api.client.ByProjectKeyCustomObjectsByContainerByKeyDelete
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomObjectsByContainerByKeyDelete>, DataerasureTrait<ByProjectKeyCustomObjectsByContainerByKeyDelete>, Deprecatable200Trait<ByProjectKeyCustomObjectsByContainerByKeyDelete>, ErrorableTrait<ByProjectKeyCustomObjectsByContainerByKeyDelete>, VersionedTrait<ByProjectKeyCustomObjectsByContainerByKeyDelete>, io.vrap.rmf.base.client.ClientRequestCommand<CustomObject>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CustomObject>



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