Authorization: Bearer ********************{
"featureid": "",
"grant_remote_id": "",
"grant_id": ""
}curl --location --request DELETE '/service-grant/grant-remote' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"featureid": "",
"grant_remote_id": "",
"grant_id": ""
}'{}