Áú»¢¶Ä²©

This is the documentation page for an unsupported version of Áú»¢¶Ä²©.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.

correlation.delete

Description

object correlation.delete(array correlationids)

This method allows to delete correlations.

This method is only available to Super admin user type. Permissions to call the method can be revoked in user role settings. See User roles for more information.

±Ê²¹°ù²¹³¾¨¦³Ù±ð°ù±ð°ì

"(t?mb)" A t?rlend? korrel¨¢ci¨®k azonos¨ªt¨®i.

Visszat¨¦r¨¦si ¨¦rt¨¦kek

(object) Egy objektumot ad vissza, amely tartalmazza a t?r?lt objektumok azonos¨ªt¨®it korrel¨¢ci¨®k a correlationids tulajdons¨¢g alatt.

±Ê¨¦±ô»å²¹

T?bb ?sszef¨¹gg¨¦s t?rl¨¦se

T?r?lj?n ki k¨¦t ?sszef¨¹gg¨¦st.

°­¨¦°ù¨¦²õ:

{
           "jsonrpc": "2.0",
           "method": "correlation.delete",
           "params": [
               "1",
               "2"
           ],
           "auth": "343baad4f88b4106b9b5961e77437688",
           "id": 1
       }

³Õ¨¢±ô²¹²õ³ú:

{
           "jsonrpc": "2.0",
           "result": {
               "correlationids": [
                   "1",
                   "2"
               ]
           },
           "id": 1
       }

¹ó´Ç°ù°ù¨¢²õ

CCorrelation::delete() in ui/include/classes/api/services/CCorrelation.php.