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"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.