mirror of
https://github.com/AnimeThemes/animethemes-api-docs.git
synced 2026-07-27 09:15:07 +02:00
title
| title |
|---|
| Song Destroy |
Song Destroy Endpoint
The song destroy endpoint soft deletes a song and returns the deleted song resource.
For example, the /api/song/3373 endpoint will soft delete the "staple stable" song and return the deleted "staple stable" resource.
URL
DELETE /api/song/{id}
Authentication
Required Permission: delete song
Roles with Permission: Wiki Editor, Admin
Parameters
None
Response
{
song: {
id: id,
title: "title",
created_at: "created_at",
updated_at: "updated_at",
deleted_at: "deleted_at"
}
}