v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Objects

Delete object

delete/objects/delete/{objectId}/{hardDelete}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the object

hardDelete'0' | '1' required

1 for hard delete the entity, 0 for soft deletion.

Response

Delete object response

savedboolean
successboolean
namestring
messagestring
urlstring

Example response

{
  "name": "Object deleted",
  "message": "Object deleted",
  "url": "/objects/delete/1"
}