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
- 200
- 422
- default
Image deleted
Campaign not found or image not found
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
code int32required
The error code
message stringrequired
A human-readable error message
{
"code": 0,
"message": "string"
}
Loading...