3.24.5. DeleteServiceQuery Previous topic Parent topic Child topic Next topic

An SQL statement to delete a service. Special formatting characters may be used. Special variable %2 contains a tenant id, %3 contains object's id and %4 contains object's name. If DeleteServiceQuery is defined as an empty string, then the query will not be executed.
%0 and %1 are undefined.
DeleteServiceQuery defaults to:
DELETE FROM SERVICES WHERE tenant_id=%2 AND id=%3