Class ByProjectKeyRecurringOrdersKeyByKeyDelete

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyRecurringOrdersKeyByKeyDelete>, DataerasureTrait<ByProjectKeyRecurringOrdersKeyByKeyDelete>, Deprecatable200Trait<ByProjectKeyRecurringOrdersKeyByKeyDelete>, ErrorableTrait<ByProjectKeyRecurringOrdersKeyByKeyDelete>, ExpandableTrait<ByProjectKeyRecurringOrdersKeyByKeyDelete>, VersionedTrait<ByProjectKeyRecurringOrdersKeyByKeyDelete>, ClientRequestCommand<RecurringOrder>, CreateHttpRequestCommand, HttpRequestCommand<RecurringOrder>, RequestCommand<RecurringOrder>

Deletes a Recurring Order in the Project.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.recurring_order.RecurringOrder>> result = apiRoot
            .withProjectKey("{projectKey}")
            .recurringOrders()
            .withKey("{key}")
            .delete()
            .withVersion(version)
            .execute()