location custom_attribute visible deletedBeta
EVENT
location.custom_attribute.visible.deleted
Published when a location custom attribute that is visible to the subscribing application is deleted. A notification is sent when:
- Your application deletes a custom attribute owned by your application, regardless of the
visibility
setting. - Any application deletes a custom attribute whose
visibility
isVISIBILITY_READ_ONLY
orVISIBILITY_READ_WRITE_VALUES
.
Custom attributes set to VISIBILITY_READ_WRITE_VALUES
can be deleted by any application, but those set to
VISIBILITY_READ_ONLY
or VISIBILITY_HIDDEN
can only be deleted by the owner. Custom attributes are owned
by the application that created the corresponding custom attribute definition.
Event payload
Example code
The ID of the seller associated with the event that triggered the event notification.
The type of this event. The value is "location.custom_attribute.visible.deleted"
.
Read only The timestamp that indicates when the event notification was created, in RFC 3339 format.
Examples for January 25th, 2020 6:25:34pm Pacific Standard Time:
UTC: 2020-01-26T02:25:34Z
Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00