Class ByProjectKeyAssociateRolesByIDDelete

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.associate_role.AssociateRole>> result = apiRoot
            .withProjectKey("{projectKey}")
            .associateRoles()
            .withId("{ID}")
            .delete()
            .withVersion(version)
            .execute()