Skip to main content
DELETE
/
scanner
/
api
/
v1
/
sessions
/
{session_id}
/
photos
/
{photo_id}
Delete a product photo
curl --request DELETE \
  --url https://www.closient.com/scanner/api/v1/sessions/{session_id}/photos/{photo_id} \
  --header 'X-API-Key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.closient.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

session_id
string
required

Unique session short_id identifier.

photo_id
string
required

Unique photo short_id identifier.

Response

204

No Content