Go Headless

/

REST
Articles
Get Started
Use the Wix MCP
What's New

App Management
OAuth 2
App Billing
App Instance
App Permissions
Embedded Scripts
BI Event
Editor Deep Link
Site Plugins

Business Solutions
eCommerce
Stores
Bookings
CMS
Events
Restaurants
Blog
Forum
Pricing Plans
Portfolio
Benefit Programs

Assets
Media
HTTP Functions
Pro Gallery
Introduction
Example Flows
Pro Gallery Schema for Wix Search
Gallery Object
G
List Galleries
P
Create Gallery
G
Get Gallery
D
Delete Gallery
G
List Gallery Items
P
Create Gallery Item
D
Delete Gallery Items
G
Get Gallery Item
D
Delete Gallery Item
P
Update Gallery
P
Bulk Delete Gallery Items
P
Update Gallery Item
Gallery Created
Gallery Updated
Gallery Deleted
Gallery Item Created
Gallery Item Updated
Gallery Item Deleted

CRM
Members & Contacts
Forms
Community
Communication
Loyalty Program
CRM

Business Management
AI Site-Chat
Analytics
App Installation
Async Job
Automations
Calendar
Captcha
Categories
Cookie Consent Policy
Data Extension Schema
Dashboard
FAQ App
Get Paid
Headless Authentication
Locations
Marketing
Multilingual
Notifications
Payments
Site Search
Secrets
Site Properties
Site URLs
Tags

Account Level
About Account Level APIs
Sites
Resellers
Domains
B2B Site Management
User Management

Gallery Item Deleted


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Triggered when a media item in a specified gallery is deleted.

Note: The event is triggered when a gallery item is deleted individually and when a gallery item is deleted because its gallery is deleted. The property originatedFrom has the value Gallery Deleted if the entire gallery is deleted. If the gallery item is deleted individually, this field is empty.

Permissions
Manage Galleries
Read Galleries
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
idstring

Unique event ID. Allows clients to ignore duplicate webhooks.


entityFqdnstring

Fully qualified domain name of the entity associated with the event. Expected wix.pro_gallery.gallery_v2.


slugstring

Event name. Expected gallery_item_deleted.


entityIdstring

ID of the entity associated with the event.


eventTimestringformat date-time

Event timestamp.


triggeredByAnonymizeRequestboolean

Whether the event was triggered as a result of a privacy regulation application (for example, GDPR).


originatedFromstring

If present, indicates the action that triggered the event.


actionEventActionEvent

Event information.

Event Body

The data payload will include the following as an encoded JWT:

JSON

GalleryItemDeleted
JSON
Did this help?