{
  "algorithm": {
    "parameters": [
      {
        "name": "args",
        "type": "ArgsScopesDelete"
      }
    ],
    "statements": [],
    "typeReturn": "obj()",
    "variables": []
  },
  "routing": {
    "method": "DELETE",
    "parameters": [
      {
        "bind": "args.scopeId",
        "in": "Query",
        "name": "scopeId",
        "remarks": "scopeId"
      }
    ],
    "path": "/settings/scopes/{scopeId}",
    "remarks": "Delete the scope",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "OK"
      },
      {
        "httpStatus": "204",
        "remarks": "OK"
      },
      {
        "errorName": "Unauthorized",
        "httpStatus": "401",
        "remarks": "Unauthorized"
      },
      {
        "errorName": "Forbidden",
        "httpStatus": "403",
        "remarks": "Forbidden"
      },
      {
        "errorName": "NotFound",
        "httpStatus": "404",
        "remarks": "Not found"
      }
    ]
  }
}