DeleteFeatureByToken
API definition |
APP_ERROR DeleteFeatureByToken(int64_t count, const uint32_t *tokens); |
|---|---|
Function |
Removes features in batches based on specified token IDs. |
Input |
int64_t count: token length. const uint32_t *tokens: token ID. |
Output |
N/A |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
|
Parent topic: AscendIndexTS