Skip to main content
DELETE
/
api
/
v1
/
assets
/
upload-resumable
/
{session_id}
Cancel Upload
curl --request DELETE \
  --url https://roughy-api-staging.fly.dev/api/v1/assets/upload-resumable/{session_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.roughy.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

An API key — either a programmatic key minted via POST /api-keys or a session-class key minted by POST /auth/login / an OAuth callback. Pass it as Authorization: Bearer <token>. UI flows can omit the header — the roughy_session HttpOnly cookie set by login + OAuth callbacks is read as a fallback.

Headers

Tus-Resumable
string | null

Path Parameters

session_id
string<uuid>
required

Cookies

roughy_session
string | null

Response

Successful Response