# Delete an image of an ad **DELETE /advertising/v1.0/ads/{adId}/images/{imageId}** Endpoint for deleting images by provided id. ## Servers - http://apis.public-staging.reas.cz: http://apis.public-staging.reas.cz () ## Authentication methods - Token ## Parameters ### Path parameters - **adId** (string) Id of an advertisement. It is either id that was provided in the response of the insert endpoint or it can be **thirdPartyId**, if it has been provided in the request body of the advertisement **insert** endpoint. - **imageId** (string) Id of an image. It is either id that was provided in the response of the insert endpoint or it can be **thirdPartyId**, if it has been provided in the request body of the image **insert** endpoint. ## Responses ### 200 Image successfully deleted #### Body: application/json (object) - **success** (boolean) ### 404 Related advertisement does not exist or the image does not exist. [Powered by Bump.sh](https://bump.sh)