Skip to content

Delete Video Item

Permanently delete a video item configuration. This is a hard delete and cannot be undone. Requires ADMIN, MANAGE_FORM, MANAGE_TASK, or MANAGE_TRAINING permissions.

Parameters

name * are required parametersdata typedescription
videoItemId*stringThe unique identifier of the video item to delete

Return Value

json
{
  "statusCode": 201,
  "data": null,
  "message": "Video item deleted successfully"
}

Examples

bash
curl -X DELETE "https://app.wombat.software/api/{targetPath}/video-item/:videoItemId" \
  -H "Content-Type: application/json" \
  -H "Authentication: Bearer ..."

ENDPOINTS

delete/api/{targetPath}/video-item/:videoItemId