Skip to main content
DELETE
/
v1
/
media
/
bulk
Bulk Delete Media
curl --request DELETE \
  --url https://api.oviond.com/v1/media/bulk \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
ids
string[]
required
Minimum array length: 1

Response

200 - application/json

Media deleted

success
enum<boolean>
required
Available options:
true