You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/sqlserverflex/v1/sqlserverflex.json
-43Lines changed: 0 additions & 43 deletions
Original file line number
Diff line number
Diff line change
@@ -993,49 +993,6 @@
993
993
},
994
994
"openapi": "3.0.1",
995
995
"paths": {
996
-
"/v1/projects/{projectId}": {
997
-
"delete": {
998
-
"description": "Termination is the deletion of a whole project which causes the deletion of all instances for this project. Only System with permission system.databases-project.remove is able to call this resource",
999
-
"operationId": "TerminateProject",
1000
-
"parameters": [
1001
-
{
1002
-
"description": "Project ID",
1003
-
"explode": false,
1004
-
"in": "path",
1005
-
"name": "projectId",
1006
-
"required": true,
1007
-
"schema": {
1008
-
"type": "string"
1009
-
},
1010
-
"style": "simple"
1011
-
}
1012
-
],
1013
-
"responses": {
1014
-
"202": {
1015
-
"description": "Accepted"
1016
-
},
1017
-
"405": {
1018
-
"description": "Method Not Allowed"
1019
-
},
1020
-
"500": {
1021
-
"content": {
1022
-
"application/json": {
1023
-
"schema": {
1024
-
"$ref": "#/components/schemas/instance.Error"
1025
-
}
1026
-
}
1027
-
},
1028
-
"description": "Internal Server Error"
1029
-
}
1030
-
},
1031
-
"security": [
1032
-
{
1033
-
"BearerAuth": []
1034
-
}
1035
-
],
1036
-
"summary": "Terminate the Project"
1037
-
}
1038
-
},
1039
996
"/v1/projects/{projectId}/flavors": {
1040
997
"get": {
1041
998
"description": "Get available flavors for a specific projectID",
0 commit comments