Delete a favorite list
DELETE/v2/favoritelists/:id
Permanently deletes a favorite list and all its associated data.
This operation cannot be undone. The favorite list and all its content associations will be removed from the system.
Warning: This is a destructive operation that permanently removes the favorite list.
Request
Responses
- 200
- 400
- 403
- 404
- 500
The favorite list has been successfully deleted.
The provided ID format is invalid.
You do not have permission to delete this favorite list.
The favorite list with the specified ID was not found.
An unexpected error occurred while deleting the favorite list.