Avatars
Delete avatar
Deletes an avatar from a project, issue type or priority.
Permissions required: Administer Jira global permission.
delete/rest/api/2/universal_avatar/type/{type}/owner/{owningObjectId}/avatar/{id}
Path parameters
type'project' | 'issuetype' | 'priority' required
The avatar type.
owningObjectIdstring required
The ID of the item the avatar is associated with.
idinteger required
The ID of the avatar.
Response
Returned if the request is successful.