DELETE
/
api
/
v1
/
upload
/
{id}
curl --request DELETE \
  --url https://api.bundle.social/api/v1/upload/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "teamId": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z",
  "iconUrl": "<string>",
  "thumbnailUrl": "<string>",
  "url": "<string>",
  "iconPath": "<string>",
  "thumbnailPath": "<string>",
  "path": "<string>",
  "type": "image",
  "width": 123,
  "height": 123,
  "fileSize": 123,
  "videoLength": 123,
  "mime": "<string>",
  "ext": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200
application/json
200
id
string
required
teamId
string
required
type
enum<string>
required
Available options:
image,
video
createdAt
string | null
required
updatedAt
string | null
required
expiresAt
string | null
iconUrl
string | null
thumbnailUrl
string | null
url
string | null
iconPath
string | null
thumbnailPath
string | null
path
string | null
width
number | null
height
number | null
fileSize
number | null
videoLength
number | null
mime
string | null
ext
string | null