Uiza Documentation
2020-07-01
Search
K

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.
post
https://api.uiza.sh
/v1/video_presets/:id:remove_profiles
/v1/video_presets/:id:remove_profiles
Sample Resquest
curl --location --request POST 'https://api.uiza.sh/v1/video_presets/3693d866-1577-48f4-a97c-6e15765ba0fe:add_profiles' \
--header 'Authorization: uap-a1c559e57f5846d39ec50b2df062caf8-b1cef5b6' \
--data-raw '{
"profile_ids": "85844e8b-6281-11ea-883b-028fc5698662"
}'