DeleteById

API definition

APP_ERROR DeleteById(int64_t id);

Function

Deletes vectors by ID.

Input

int64_t id: vector ID to be deleted.

Output

N/A

Return value

APP_ERROR: return status. For details, see Return Code Reference.

Restrictions

The ID is the same as that in the addition API.