virtual qBool DeleteObject( ProtocolCallContext * pContext, const qUnsignedInt64 & dataId );
Name | Description | |
---|---|---|
in | pContext |
Call information. |
in | dataId | The data_id for the data to be deleted. |
Value | Description |
---|---|
true |
RMC call initialization succeeded. |
false |
Failure. |
Deletes data in storage.
The behavior is the same as using DataStoreDeleteParam
. Only people who have update permissions for the data can delete the data. POST data with a specified data ID cannot be deleted from a client. Use DMAS to delete such data.
CONFIDENTIAL