Skip to main content
DELETE
/
api
/
media-profile
/
delete
/
Delete Media Profile API Endpoint
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.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
media_profile_id
integer
required