Authorization: ********************
{
"both_ids": {
"question_id": 0,
"category_id": 0
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/scorecards/scorecards/deletequestioncategory' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"both_ids": {
"question_id": 0,
"category_id": 0
}
}'
{
"question_id": 0,
"category_id": 0,
"question_category_id": 0
}