Documentation

Delete

CAgent::Delete(
 int id 
)

The method deletes an agent function from the agent registrar table by its ID. Non-static method.

Parameters

ParameterDescription
id Agent function ID.

See Also

Examples

<?
if (CAgent::Delete(34)) echo "Agent #34 is successfully deleted.";
?>


© «Bitrix24», 2001-2024
Up