# deliveryProfileRemove - admin - MUTATION
Version: 2024-04

## 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/2024-04/scalars/ID): ID! - The ID of the delivery profile to remove.


## Returns
* [job](/docs/api/admin/2024-04/objects/Job): Job The delivery profile deletion job triggered by the mutation.
* [userErrors](/docs/api/admin/2024-04/objects/UserError): UserError! The list of errors that occurred from executing the mutation.


## Examples