Skip to main content

Delete campaign image by id

DELETE 

/api/campaign/:campaign_id/image/:image_id

Delete campaign image by id

Request

Path Parameters

    campaign_id uuidrequired

    The id of the campaign

    image_id uuidrequired

    The id of the image

Responses

Image deleted

Loading...