Método de DELETE que permite eliminar una biblioteca.
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.
Utilice el siguiente comando CURL para probar esta 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>'
Reemplace variables como <lIBRARYID>
, <API KEY>
, <TOKEN>
, y <ORGID>
con valores reales.