Anchor to deliveryProfileRemovedelivery
deliveryProfileRemove
mutation
Requires Any of shipping
access scopes or user permission.
Enqueue the removal of a delivery profile.
Anchor to Arguments
Arguments
- •ID!required
The ID of the delivery profile to remove.
Was this section helpful?
Anchor to DeliveryProfileRemovePayload returnsDeliveryProfileRemovePayload returns
- •
The delivery profile deletion job triggered by the mutation.
- Anchor to userErrorsuser•
Errors [UserError!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
mutation deliveryProfileRemove($id: ID!) {
deliveryProfileRemove(id: $id) {
job {
# Job fields
}
userErrors {
field
message
}
}
}
Input
{
"id": "gid://shopify/<objectName>/10079785100"
}
{
"id": "gid://shopify/<objectName>/10079785100"
}