This API is used to delete a datasource connection route.
DELETE /v3/{project_id}/datasource/enhanced-connections/{connection_id}/routes/{name}
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
project_id |
Yes |
String |
Project ID, which is used for resource isolation. For details about how to obtain its value, see Obtaining a Project ID. |
connection_id |
Yes |
String |
Datasource connection ID |
name |
Yes |
String |
Route name |
None
Parameter |
Type |
Description |
|---|---|---|
is_success |
Boolean |
Whether the request is successfully executed. Value true indicates that the request is successfully executed. |
message |
String |
System prompt. If the execution succeeds, the message may be left blank. |
None
{
"is_success": true,
"message": "Deleted"
}
Status Code |
Description |
|---|---|
200 |
OK |
For details, see Error Codes.