Delete an object
DELETE
/vex/objects/{objectId}Returns a confirmation of deleted voka easy object on success. Otherwise, this call raises an error.
Authorization
ApiKeyAuth x-api-key<token>
In: header
Path Parameters
objectId*string
voka easy object id
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/vex/objects/string"{
"id": "cmcn3j363000h7a26sqhtegpy",
"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": {}
}