curl --request POST \
--url https://api.example.com/displaymode/style/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayModeReleaseID": 123,
"displayModeReleaseStyleID": 123
}
'{
"success": true,
"data": "<unknown>"
}Remove display mode style.
curl --request POST \
--url https://api.example.com/displaymode/style/remove \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayModeReleaseID": 123,
"displayModeReleaseStyleID": 123
}
'{
"success": true,
"data": "<unknown>"
}