freeUpRecords
This method is to ask Cortex to delete some records, to free up some space on the local hard drive. The records are not delete from the Emotiv cloud.
Parameters
Name
Type
Required
Description
cortexToken
string
yes
records
array of strings
yes
A list of record IDs.
Result
The result is an object with these fields:
Name
Type
Description
failure
array of objects
List of the records that Cortex failed to free up.
success
array of objects
List of the records that Cortex successfully freed up.
The failure objects include these fields:
Name
Type
Description
code
number
The error code.
message
string
The error message.
recordId
string
The id of the record that Cortex failed to free up.
The success objects include these fields:
Name
Type
Description
recordId
string
The id of the record that Cortex successfully freed up.
Example
Last updated