Delete gift registry item
documentedDelete an item from a gift registry.
DELETE /3dCartWebAPI/v1/GiftRegistries/{registryId}/Items/{itemId}Gift Registriesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.shift4shop.com/3dCartWebAPI/v1/GiftRegistries/{{$registryId}}/Items/{{$itemId}}" \
-X DELETE \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-Shift4Shop-ApiKey: {{SHIFT4SHOP_API_KEY}}" \
-H "Accept: application/json"