---
title: "Delete an album"
method: DELETE
path: "/me/albums/{album_id}"
tags: ["Albums\\Essentials"]
---

# Delete an album

`DELETE /me/albums/{album_id}`

This method deletes an album from the owner's account.

## Path parameters

- `album_id` number, required

## Response `204`

The album was deleted.

## Other responses

- `403` — The supplied token doesn't have the proper scopes, or the authenticated user can't delete the album.
- `404` — No such album exists.

---

[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/revisions/ea882e0224a4/schema)
