데이터소스 삭제
/rest/resource/datasources/{resourceName}데이터소스를 삭제합니다.
DELETE /rest/resource/datasources/{resourceName}
데이터소스를 삭제합니다.
Request
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
resourceName | string | Yes | 리소스명 (Path) |
key | string | Yes | API 인증 키 |
Response
200 OK
{
"actionResult": "Y"
}
401 Unauthorized
{
"error": "Unauthorized",
"code": "UNAUTHORIZED"
}
Example
curl -X DELETE "https://{{manager-host}}:{{port}}/rest/resource/datasources/{resourceName}?key=YOUR_API_KEY"