Face Data 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": [],
}
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.

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!