curl --request DELETE \
--url http://localhost:8000/api/v1/media/ \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"deleted_count": 123,
"not_found_ids": [
123
],
"storage_cleanup_pending": false
}curl --request DELETE \
--url http://localhost:8000/api/v1/media/ \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"deleted_count": 123,
"not_found_ids": [
123
],
"storage_cleanup_pending": false
}The access token received from the authorization server in the OAuth 2.0 flow.
Media IDs to delete (max 100)
100Company ID