curl --request POST \
--url https://api.myscalev.com/v3/oauth/revoke \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {},
"error_code": "<string>",
"message": "<string>",
"errors": {}
}No OAuth installation scope. OAuth flow endpoint.
curl --request POST \
--url https://api.myscalev.com/v3/oauth/revoke \
--header 'Content-Type: application/json' \
--data '{}'{
"error": {},
"error_code": "<string>",
"message": "<string>",
"errors": {}
}The body is of type object.
Success with no response body