Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
curl --request DELETE \
--url https://backend.clipvision.ai/api/media-profile/delete/ \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"media_profile_id": 123
}'This response has no body data.This API endpoint allows a user to delete an existing media profile.
curl --request DELETE \
--url https://backend.clipvision.ai/api/media-profile/delete/ \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"media_profile_id": 123
}'This response has no body data.Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.