Sign in

Delete gift registry item

documented

Delete an item from a gift registry.

DELETE /3dCartWebAPI/v1/GiftRegistries/{registryId}/Items/{itemId}Gift Registriesno implementation yet0 runs
No 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"
Delete gift registry item · Shift4Shop · OpenIntegrations