onServiceDeleted( )


Notes:

Triggered when a service is deleted.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: ServiceDeletedEnvelope): void | Promise<void>

Did this help?