Funnel Videos
Remove videos from funnel
Removes one or more videos from a funnel
delete/funnels/remove_videos
Request body
Example request
{
"videos": [
"456e7890-e89b-12d3-a456-426614174111",
"789e0123-e89b-12d3-a456-426614174222"
]
}Response
Videos removed from funnel successfully
Example response
{
"message": "Videos removed from funnel successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.