{
"ids": [
"string"
]
}curl --location '/media/batch-delete' \
--header 'X-CSRF-Token;' \
--header 'Content-Type: application/json' \
--data '{
"ids": [
"string"
]
}'{
"data": {
"deleted": 0
},
"meta": {
"message": "string",
"pagination": {
"has_more": true,
"limit": 0,
"next_cursor": "string",
"page": 0,
"total": 0,
"total_pages": 0
}
}
}