Search.../

onServiceDeleted( )

Developer Preview

Authorization

Request

This endpoint does not take any parameters

Response Object

Returns an empty object.

Status/Error Codes

Was this helpful?

onServiceDeleted example

Copy Code
1
2 export function wixBookingsServices_onServiceDeleted(event) {
3 const eventId = event.metadata.id
4 const entityId = event.entity._id;
5 }
6
7