Delete Face Data
POST/api/v1/assets/addons/face_recognition/delete
Delete all Face Data associated with the provided assets. It will not delete the _filespin_fr_count field in Asset Metadata.
Request JSON
{
"ids": ["asset_id_1", "asset_id_2"]
}
| Parameter | Type | Description |
|---|---|---|
ids | JSON | (Optional) List of asset ids to delete Face Recognition addon data. A maximum of 100 asset ids can be passed. |
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.
Request
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error