Delete item photo
DELETE
/api/saas/me/items/{item_internal_id}/photos/{id}Request
Path Params
item_internal_id
number
required
Internal id of the item
id
number
required
Internal id of the photo
Header Params
Authorization
string
optional
Bearer token from Auth0. required for accessing the endpoint.
Auth0-IdToken
string
optional
Id token from Auth0, optional for endpoint access.
Accept-Language
string
optional
Preferred language for the response content.
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Delete photo from item
Data Schema
object {0}
Example
{}
Last modified: 17 days ago