# deliveryProfileRemove - admin-graphql - MUTATION Version: 2024-10 ## Description Enqueue the removal of a delivery profile. ### Access Scopes Any of `shipping` access scopes or `manage_delivery_settings` user permission. ## Arguments * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - The ID of the delivery profile to remove. ## Returns * [job](/docs/api/admin-graphql/2024-10/objects/Job): Job The delivery profile deletion job triggered by the mutation. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! The list of errors that occurred from executing the mutation. ## Examples