Remove Profile(s) from Video Preset
Removes a profile(s) from a video preset. When a preset has 1 profile left, this API cannot be called.
/v1/video_presets/:id:remove_profiles
POST
https://api.uiza.sh/v1/video_presets/:id:remove_profiles
Path Parameters
Name
Type
Description
id
string
The unique identifier of your video preset to be updated
Request Body
Name
Type
Description
profile_ids
string
The identifier of the video profile to be remove from this preset. You can add multiple profile by adding multiple profile ids separate by ,
Sample Resquest
Last updated