/AWS1/CL_IOX=>DELETEMANAGEDTHING()
¶
About DeleteManagedThing¶
Delete a managed thing. If a controller is deleted, all of the devices connected to it will have their status changed to PENDING
. It is not possible to remove a cloud device.
Method Signature¶
IMPORTING¶
Required arguments:¶
iv_identifier
TYPE /AWS1/IOXMANAGEDTHINGID
/AWS1/IOXMANAGEDTHINGID
¶
The id of the managed thing.
Optional arguments:¶
iv_force
TYPE /AWS1/IOXBOOLEAN
/AWS1/IOXBOOLEAN
¶
When set to
TRUE
, a forceful deteletion of the managed thing will occur. When set toFALSE
, a non-forceful deletion of the managed thing will occur.
Examples¶
Syntax Example¶
This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.
lo_client->/aws1/if_iox~deletemanagedthing(
iv_force = ABAP_TRUE
iv_identifier = |string|
).