DELETE apioauth/installationportal/photos/{photoId}

Delete a photo by its id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
photoId

The id of the photo to delete

integer

Required

Body Parameters

None.

Response Information

Resource Description

A 200 on success

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>