# subscriptionDraftLineRemove - admin-graphql - MUTATION Version: 2024-10 ## Description Removes a subscription line from a subscription draft. ### Access Scopes `write_own_subscription_contracts` access scope. Also: The user must have manage_orders_information permission. ## Arguments * [draftId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The gid of the Subscription Contract draft to remove a subscription line from. * [lineId](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The gid of the Subscription Line to remove. ## Returns * [discountsUpdated](/docs/api/admin-graphql/2024-10/objects/SubscriptionManualDiscount): SubscriptionManualDiscount The list of updated subscription discounts impacted by the removed line. * [draft](/docs/api/admin-graphql/2024-10/objects/SubscriptionDraft): SubscriptionDraft The Subscription Contract draft object. * [lineRemoved](/docs/api/admin-graphql/2024-10/objects/SubscriptionLine): SubscriptionLine The removed Subscription Line. * [userErrors](/docs/api/admin-graphql/2024-10/objects/SubscriptionDraftUserError): SubscriptionDraftUserError! The list of errors that occurred from executing the mutation. ## Examples