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:
ID! -
The ID of the delivery profile to remove.
Returns
-
job:
Job
The delivery profile deletion job triggered by the mutation.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples