Version 2.10 es nuestra última actualización.

Delete information object endpoint

DELETE /api/informationobjects/<slug>

This endpoint will allow deleting an information object for a given slug.

Example request

curl -v -X DELETE http://localhost:63001/api/informationobjects/test-description -H 'Content-Type: application/json' -H 'REST-API-Key: 3e136949f7b9b915'

Example response

Example response is truncated and edited for readability.

HTTP/1.1 204 No Content
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Cache-Control: private

Back to top