You can delete a specific video.
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
Authorization | Required | string | API authentication key | Authorization: Bearer your-api-key |
The API authorization key is the API key created in [Web Admin > Workspace > Settings > API Key].
You must add 'Bearer ' in front of the API key to ensure proper authentication processing. | | Version | Required | string | API version | Version: 2025-01-09
You must specify the correct version to use the API. |
Name | Required/Optional | Type | Description | Notes |
---|---|---|---|---|
videoCode | Required | string | Recorded video No. | |
videoId | Required | integer | video index No. | - You can check it with the video lookup API (/v3/videos/{videoCode}) or (v3/videos). |
<https://api.realpacking.com/v3/video/videocode12345678/12345678>
{
"message": "you are unauthorized for the requested API service"
}
{
"message": "video code or video id not found"
}
{
"message": "internal server error"
}