Open Context Protocol is live! 🚀 Read the launch post

deleteProjectAvatar

Delete project avatar

DELETE /rest/api/3/project/{projectIdOrKey}/avatar/{id} HTTP/1.1

Parameters

{
  "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"
  }
}