access_token as an input parameter and the grant for the token's owner will be deleted.curl --location --request DELETE 'https://service1.exmaple.com/applications/Iv1.8a61f9b3a7aba766/grant' \
--header 'Content-Type: application/json' \
--data '{
"access_token": "e72e16c7e42f292c6912e7710c838347ae178b4a"
}'{
"message": "string",
"documentation_url": "string",
"errors": [
{
"resource": "string",
"field": "string",
"message": "string",
"code": "string",
"index": 0,
"value": "string"
}
]
}