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.