Remove a label from a photo. Requires admin access to the album.
POST/photo/removePhotoLabel
Authentication
Include your API key in the
x-api-key header on every request.Request body
albumIdstringrequiredThe ID of the album containing the photo
photoIdstringrequiredThe ID of the photo to remove the label from
labelstringrequiredmin 1max 40The label to remove from the photo (max. 40 characters)
isHiddenbooleandefault: falseWhether or not the label is hidden from non-admin users. Defaults to false.
Response · 200 Label removed successfully
dataobjectrequiredmessagestringrequiredwarningsArray<string>string