From IQsimWiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
XIQS Delete Device Plan - Device Plan
Description
|
deleteXIQSDevicePlan( Long id )
Delete a Device Plan
Note: only administrator can delete Device Plan in other partitions than current
|
Parameters
|
Long id_partition
Id of the Device Plan to delete
Return Values
|
Return Code
Integer: OK = 1
Error Data structure ( Error Management )
Possible failure code returns
*ERR_UNAUTHORIZED (401) ERR_MSG_DVP_IN_USE
*ERR_UNAUTHORIZED (401) ERR_MSG_OBJ_NOT_OWNED
*ERR_OBJ_NOT_FOUND (404) ERR_MSG_DVP_NOT_FOUND
*ERR_SRV_INTERNAL (500) ERR_MSG_NO_DB
|
|