Skip to main content

RemoveWishlistShareTokenInput

Input for revoking a wishlist share This will remove access to the wishlist for the specified share token. If no share token is provided, it will remove access for all share tokens associated with the wishlist.

input RemoveWishlistShareTokenInput {
privateToken: UUID!
shareToken: UUID
}

Fields

privateToken ● UUID!

Private token of the wishlist, required to identify the wishlist

shareToken ● UUID

Optional, removes access to specific share token. Share token of the wishlist to stop sharing

Example

{
"privateToken": "123e4567-e89b-12d3-a456-426614174000",
"shareToken": "123e4567-e89b-12d3-a456-426614174000"
}