MCP OAuth Grants
Revoke an OData OAuth Grant
Path Parameters
id*number
DELETE /otto/api/odata-oauth-grants/:id Parameter
Response Body
application/json
application/json
curl -X DELETE "https://your.server.net/otto/api/odata-oauth-grants/0"{
"messages": [
{
"code": 0,
"text": "ok"
}
],
"response": {}
}{
"messages": [
{
"code": 18011,
"text": "OttoFMS sample error"
}
],
"response": {}
}Was this page helpful?