Capabilities

entities.delete

Delete a legal 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
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.