라이브러리를 삭제할 수 있는 DELETE 메서드입니다.
DELETE https://api-places.adobe.io/places/placesapi/v1/libraries/<lIBRARYID>
-H' Content-Type: application/json'
-H 'Authorization: Bearer <TOKEN>'
-H 'x-api-key: <API KEY>'
-H 'x-gw-ims-org-id: <ORGID>'
-H 'Accept-Language: en-US'
If successful a Status of "204 No Content" is returned.
다음 CURL 명령을 사용하여 이 API를 테스트합니다.
curl -X DELETE 'https://api-places.adobe.io/places/placesapi/v1/libraries/<LIBRARYID>' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>'
다음과 같은 변수 바꾸기 <lIBRARYID>
, <API KEY>
, <TOKEN>
, 및 <ORGID>
(실제 값 포함)