Skip to main content
DELETE
/
v1
/
legal_entities
/
{uid}
Delete a Legal Entity
curl --request DELETE \
  --url https://api.siit.io/v1/legal_entities/{uid} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "troubleshoot": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
string
required

The UID of the Legal Entity

Response

No Content