라이브러리를 삭제할 수 있는 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>
를 실제 값으로 바꿉니다.