Edit in GitHubLog an issue
Adobe Commerce only. Learn more

removeGiftRegistry mutation

The removeGiftRegistry mutation deletes the specified registry from the customers list of gift registries.

This mutation requires a valid customer authentication token.

Syntax

Copied to your clipboard
removeGiftRegistry ( giftRegistryUid ID! ) RemoveGiftRegistryOutput

Reference

The removeGiftRegistry reference provides detailed information about the types and fields defined in this mutation.

Example usage

The following example deletes the specified gift registry.

Request:

Copied to your clipboard
mutation{
removeGiftRegistry(giftRegistryUid: "lobehNsInxfDeTt290DO5vH6DVltN74S"){
success
}
}

Response:

Copied to your clipboard
{
"data": {
"removeGiftRegistry": {
"success": true
}
}
}
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.