DELETE apioauth/installationportal/photos/{photoId}
Delete a photo by its id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
photoId |
The id of the photo to delete |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A 200 on success
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>