Pular para o conteúdo

Delete a video

DELETE
/videos/{id}
curl --request DELETE \
--url https://api.devstreamcore.com/v1/videos/vid_a1b2c3d4e5f6a1b2c3d4 \
--header 'Authorization: Bearer <token>'
id
required
string
Example
vid_a1b2c3d4e5f6a1b2c3d4

Deleted

Missing or invalid API key

Media type application/json

Error envelope — a single error per response.

object
error
required
object
type
required
string
Allowed values: invalid_request_error authentication_error permission_error not_found rate_limit_error quota_exceeded api_error
code
string
message
required
string
param
string
request_id
string
Example
{
"error": {
"type": "invalid_request_error"
}
}

Resource not found

Media type application/json

Error envelope — a single error per response.

object
error
required
object
type
required
string
Allowed values: invalid_request_error authentication_error permission_error not_found rate_limit_error quota_exceeded api_error
code
string
message
required
string
param
string
request_id
string
Example
{
"error": {
"type": "invalid_request_error"
}
}