Updated on 2024-04-22 GMT+08:00

Deleting a Video Source Group

Function

This API is used to delete video source groups.

URI

DELETE /v2/{project_id}/video-group/{video_group_id}

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID. For details, see Obtaining a Project ID and Name.

video_group_id

Yes

String

ID of a video source group. The value is a string of 4 to 36 characters consisting of only lowercase letters, digits, hyphens (-), and underscores (_).

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token. For details about how to obtain a user token, see Authentication.

Response Parameters

None

Example Requests

This request is used to delete the video source group whose ID is {video_group_id}.

/v2/{project_id}/video-group/{video_group_id}

https://{endpoint}/v2/{project_id}/video-group/{video_group_id}

Example Responses

None

Status Codes

Status Code

Description

200

The video source group has been deleted.

Error Codes

See Error Codes.