Hello All!
1). I’m using Octave API to manage the fleet. When I do HTTP request to delete the device, that device gets deleted from the Octave (I can observe ‘DEPROVISION’ operation manually) but the response to this request always has status code 404 whereas API documentation says it should be 200 in case of success:
https://openapi.octave.dev/#operation/deleteDevice
Is that correct?
2). When provisioning device (Provision Device request) the request returns an operation ID which then can be used to monitor the status of the provisioning operation.
In Octave dashboard I noticed the ‘DEPROVISION’ process takes some time, is there a way to know that operation ID in order to know exactly when deprovisioning is over?