Delete Videos

post/serve/api/v1/delete_videos

Request body

string[] required

Raw JSON array of video IDs to delete.

Response

Successful response

msgstring
successboolean
failedboolean

Example response

{
  "msg": "success",
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.