provider Project avatars DELETE /rest/api/3/project/{projectIdOrKey}/avatar/{id}
@utdk/jira /rest/api/3/project/{projectIdOrKey}/avatar/{id}
Delete project avatar
Deletes a custom avatar from a project. Note that system avatars cannot be deleted. **[Permissions](#permissions) required:** *Administer projects* [project permission](https://confluence.atlassian.com/x/yodKLg).
projectIdOrKey path required
The project ID or (case-sensitive) key.
string
id path required
The ID of the avatar.
integer

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
deleteprojectavatar
DELETE/rest/api/3/project/{projectIdOrKey}/avatar/{id}
Deletes a custom avatar from a project. Note that system avatars cannot be deleted. **[Permissions](#permissions) required:** *Administer projects* [project permission](https://confluence.atlassian.com/x/yodKLg).

Parameters

required

The project ID or (case-sensitive) key.

required

The ID of the avatar.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.deleteprojectavatar()