Delete Oracle Instance
Select
SaaS
Customer Managed
This operation deletes a particular instance using instance id.
Path Parameters
- instanceId integer required
InstanceId of instance to be modified
Responses
- 200
- 401
- 404
OK
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Access Denied",
"errorCode": 5
}
Not found
- application/json
- Schema
- Example (from schema)
- Example
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "No instance is specified",
"errorCode": 4
}
Loading...