Artboard
MCP OAuth Grants

Revoke an OData OAuth Grant

DELETE
/otto/api/odata-oauth-grants/{id}

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?