Delete a calculation
Returns a confirmation of deleted voka easy calculation on success. Otherwise, this call raises an error.
Authorization
ApiKeyAuth x-api-key<token>
In: header
Path Parameters
objectId*string
voka easy object id
calculationId*string
voka easy calculation id
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/vex/objects/string/calculations/string"{ "id": "string", "objectId": "string", "deleted": true}{ "code": "BAD_USER_INPUT", "message": "string", "details": {}}{ "code": "BAD_USER_INPUT", "message": "string", "details": {}}{ "code": "BAD_USER_INPUT", "message": "string", "details": {}}{ "code": "BAD_USER_INPUT", "message": "string", "details": {}}{ "code": "BAD_USER_INPUT", "message": "string", "details": {}}