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 clipboardremoveGiftRegistry ( 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 clipboardmutation{removeGiftRegistry(giftRegistryUid: "lobehNsInxfDeTt290DO5vH6DVltN74S"){success}}
Response:
Copied to your clipboard{"data": {"removeGiftRegistry": {"success": true}}}