Delete a live photo
Delete a live photo
DELETE
https://api.complycube.com/v1/livePhotos/:id
Deletes an existing live photo. You will not be able to delete a live photo once used to perform a check.
Path Parameters
Name
Type
Description
id
string
The ID of the live photo.
Headers
Name
Type
Description
Authorization
string
The live or sandbox API key.
Example request
curl -X DELETE https://api.complycube.com/v1/livePhotos/{:livePhotoId} \
-H 'Authorization: <YOUR_API_KEY>'
Last updated
Was this helpful?