This document is generated by Aladia.
curl --location --request DELETE 'https://api.aladia.io/v2/profiles/favorites/courses' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"courseIds": [
"string"
]
}'
{
"deleted": true
}