I tried to delete the temporal information for one of my entities:
DELETE .../temporal/entities/urn:ngsi-ld:Transport:001
But I got the following error message:
{
"type": "https://uri.etsi.org/ngsi-ld/errors/OperationNotSupported",
"title": "Method is not supported.",
"status": 422,
"detail": "Method Not Allowed"
}
Hi, sorry for the inconvience in the doc, but all modifying operations have to go through orion-ld. Mintaka only supports the read-operations.
Best,
Stefan
Hi,
I tried to delete the temporal information for one of my entities:
DELETE .../temporal/entities/urn:ngsi-ld:Transport:001
But I got the following error message:
Furthermore, deleting attributes seems to return a
NOT FOUND
. TheDELETE
endpoint was retrieved from the API docs: https://github.com/FIWARE/mintaka/blob/main/api/full_api.yamlAm I doing something wrong, or is this a bug?
Side note: Executing
GET .../temporal/entities/urn:ngsi-ld:Transport:001?timeproperty=modifiedAt
returns the temporal data as expected.