v1

latestOpenAPI 3.0.02026-07-2436163302.7 KB

Delete a company

Used to delete an onboarded company. DELETE operations are synchronous, contrary to POST ones.

delete/onboarding/v2/companies/{id}

Path parameters

idstring required

The identifier of the company

Response

Ok - company was deleted successfully.

datastring
messagestring
statusstring

The status of the request.

Example response

{
  "errors": [
    {
      "type": "validation"
    }
  ]
}