Appearance
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 parameters | data type | description |
|---|---|---|
videoItemId* | string | The 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