Skip to content

Feature: Add endpoint to delete a number of SoundFileSources #63

@Joltras

Description

@Joltras

Describe the feature

The backend should provide a DELETE endpoint for the SoundFileSource that accepts multiple element IDs to delete in a single request. This would allow batch deletion of multiple objects and prevent the need for sending many individual delete requests.

Why is this feature important to you?

This feature enables the frontend to delete multiple entries at once, improving efficiency and reducing unnecessary network requests.

Additional context

It should be considered whether the endpoint should accept the full DTO or if providing only the DTO IDs would be sufficient.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions