deleteProjectAvatar
Delete project avatar
DELETE /rest/api/3/project/{projectIdOrKey}/avatar/{id} HTTP/1.1Parameters
{
"projectIdOrKey": {
"description": "The project ID or (case-sensitive) key.",
"required": true,
"location": "path",
"type": "string"
},
"id": {
"description": "The ID of the avatar.",
"required": true,
"location": "path",
"type": "integer",
"format": "int64"
}
}