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 not delete _filespin_fr_count field in 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 | (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.