Delete a gallery image
DELETE /project/{id|slug}/gallery
DELETE
/project/{id|slug}/gallery
Authorizations
Parameters
Path Parameters
id|slug
required
string
The ID or slug of the project
Query Parameters
url
required
string format: uri
URL link of the image to delete
Responses
204
Expected response to a valid request
400
Request was invalid, see given error
object
error
required
The name of the error
string
description
required
The contents of the error
string
401
Incorrect token scopes or no authorization to access the requested item(s)
object
error
required
The name of the error
string
description
required
The contents of the error
string