Owostack

Remove an entity

Marks an entity for removal at period end. Pending removals still count toward billing until then.

POST
/v1/entities/remove

Authorization

bearerAuth

Request Body

application/json

customer*string
feature*string
entity*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.owostack.com/v1/entities/remove" \  -H "Content-Type: application/json" \  -d '{    "customer": "string",    "feature": "string",    "entity": "string"  }'
{
  "success": true,
  "entityId": "string",
  "count": 0,
  "property1": null,
  "property2": null
}
{
  "success": true,
  "error": "string",
  "code": "string",
  "message": "string",
  "property1": null,
  "property2": null
}
{
  "success": true,
  "error": "string",
  "code": "string",
  "message": "string",
  "property1": null,
  "property2": null
}
{
  "success": true,
  "error": "string",
  "code": "string",
  "message": "string",
  "property1": null,
  "property2": null
}
{
  "success": true,
  "error": "string",
  "code": "string",
  "message": "string",
  "property1": null,
  "property2": null
}
{
  "success": true,
  "error": "string",
  "code": "string",
  "message": "string",
  "property1": null,
  "property2": null
}

AI Chat

Owostack docs assistant

Start a new chat below.