Skip to main content

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"]
}
ParameterTypeDescription
idsJSON(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

Successful operation