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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import jira from '@utdk/jira';
await jira.deleteprojectavatar()