latestOpenAPI 3.1.02026-08-12154749.3 KB

ebb545e26e94

Common

Delete source file and resulting tracks from storage.

WARNING: All running tasks related to the source file will be cancelled. Do not call delete on source files with processing tasks.
This only deletes the media files, not the database records.
The files are removed from storage immediately, but download links will remain valid for one hour after deletion due to CDN caching.
The /check/ endpoint will still return a valid check result for 24 hours, but the download links will lead to a 404 error after deletion.
post/api/v1/delete/

Request body

source_idstring uuid4 required

ID of the source file.

Example request

{
  "source_id": "550e8400-e29b-41d4-a716-446655440000"
}

Response

OK

SuccessResponse required