# Delete an existing album **POST /album/deleteAlbum** ## Servers - Production server: https://public-api.joinswsh.com (Production server) ## Authentication methods - Api key auth ## Parameters ### Body: application/json (object) - **albumId** (string) The ID of the album to delete ## Responses ### 200 Album deleted successfully #### Body: application/json (object) - **data** (object) - **warnings** (array[string]) ### 400 Invalid request. The request was malformed or missing required parameters. #### Body: application/json (object) - **message** (string) ### 404 Album not found [Powered by Bump.sh](https://bump.sh)