Appearance
Remove Video Item
Soft-remove a video item configuration, marking it as removed without permanently deleting it. Requires ADMIN, MANAGE_FORM, MANAGE_TASK, or MANAGE_TRAINING permissions.
Parameters
| name * are required parameters | data type | description |
|---|---|---|
videoItemId* | string | The unique identifier of the video item to remove |
Return Value
json
{
"statusCode": 201,
"data": null,
"message": "Video item removed successfully"
}Examples
bash
curl -X POST "https://app.wombat.software/api/{targetPath}/video-item/:videoItemId/remove" \
-H "Content-Type: application/json" \
-H "Authentication: Bearer ..."ENDPOINTS
post
/api/{targetPath}/video-item/:videoItemId/remove