curl --request POST \
--url https://api.example.com/displaymode/image-genre/action-config/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageGenreReleaseID": 123,
"imageGenreActionConfigID": 123
}
'{
"success": true,
"data": "<unknown>"
}Deletes a single action configuration entry for an Image Genre Release ID.
curl --request POST \
--url https://api.example.com/displaymode/image-genre/action-config/delete \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageGenreReleaseID": 123,
"imageGenreActionConfigID": 123
}
'{
"success": true,
"data": "<unknown>"
}