---
title: "Delete an avatar for a list"
method: DELETE
path: "/api/v2/lists/{id}/avatar"
tags: ["Lists"]
---

# Delete an avatar for a list

`DELETE /api/v2/lists/{id}/avatar`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/Lists/deleteListAvatar" target="_blank">Try in sandbox</a><br>Delete an avatar for a list

## Path parameters

- `id` integer, required

## Response `204`

Avatar has been deleted with success.

## Other responses

- `401` — Unauthorized request.
- `403` — Returned when trying to edit a list shared to the current user.
- `404` — Request data not found.

---

[API](https://skmtc.net/textmagic/apis/textmagic-api.md) · [All operations](https://skmtc.net/textmagic/apis/textmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textmagic/textmagic-api/revisions/3e4029d19684/schema)
