Delete
Permanently removes a previously enrolled face template from the database using its templateId.
Endpoint
POST https://cloud.ooto-ai.com/api/v1.0/deleteRequest Format
Body
Authentication Headers
Example Request (cURL)
curl -X POST --location 'https://cloud.ooto-ai.com/api/v1.0/delete' \
--header 'APP-ID: <put_app_id_here>' \
--header 'APP-KEY: <put_app_key_here>' \
--data '{"templateId": "<Template ID>"}'Successful Response (HTTP 200)
Error response (HTTP 400)
Last updated