post https://{app}.{filespin}.{io}/api/v1/assets/addons/face_recognition/delete
Delete Face data from the system permanently
This API will delete all Face Data associated with the assets provided. It will also remove _filespin_fr_count
from Asset Metadata.
Request JSON
This example shows a request payload JSON to delete FR data for the given asset ids
{
"ids": []
}
Parameter | Type | Description |
---|---|---|
ids | JSON | List of asset ids to delete Face Recognition addon data |
Response
API responds with HTTP 202. Face Recognition data will usually be deleted completely from the system within a few seconds.
API Limits
A maximum of 100 ids can be sent per request.