Zum Inhalt springen
Borm Go

Delete a calculation

DELETE
/vex/objects/{objectId}/calculations/{calculationId}

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": {}}