---
title: "Remove a custom album logo"
method: DELETE
path: "/users/{user_id}/albums/{album_id}/logos/{logo_id}"
tags: ["Albums\\Custom album logos"]
---

# Remove a custom album logo

`DELETE /users/{user_id}/albums/{album_id}/logos/{logo_id}`

This method removes a custom logo from the specified album.

## Path parameters

- `album_id` number, required
- `logo_id` number, required
- `user_id` number, required

## Response `204`

The custom logo was removed.

## Other responses

- `403` — The authenticated user can't modify this album.
- `404` — No such album exists, or it doesn't contain the specified custom logo.

---

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