DELETE
/
catalogs
/
{id}
curl --request DELETE \
  --url https://your_a2_service/catalogs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted_rows": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

카탈로그 ID

Response

200
application/json

Successful Response

삭제 작업에 대한 응답 스키마입니다.