v3

latestOpenAPI 3.0.02026-07-31800117.7 KB
Capabilities

entities.delete

Delete a business entity and unlink associated documents.

post/capabilities/entities.delete

Request body

entityIdstring required

ID of the entity to delete

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}