v1
latestOpenAPI 3.0.02026-07-2436163302.7 KBDelete 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.
Example response
{
"errors": [
{
"type": "validation"
}
]
}