Anchor to webPresenceDeleteweb
webPresenceDelete
mutation
Requires for queries and both
as well as
for mutations.
Deletes a web presence.
Anchor to Arguments
Arguments
- •ID!required
The ID of the web presence to delete.
Was this section helpful?
Anchor to WebPresenceDeletePayload returnsWebPresenceDeletePayload returns
- Anchor to deletedIddeleted•
Id The ID of the deleted web presence.
- Anchor to userErrorsuser•
Errors [MarketUser non-nullError!]! The list of errors that occurred from executing the mutation.
Was this section helpful?
Mutation Reference
1mutation webPresenceDelete($id: ID!) {2 webPresenceDelete(id: $id) {3 deletedId4 userErrors {5 field6 message7 }8 }9}
Input
1{2 "id": "gid://shopify/<objectName>/10079785100"3}
{
"id": "gid://shopify/<objectName>/10079785100"
}