Cancel a company formation process.
Parameter | Type | Description |
---|---|---|
X-API-KEY | string | Formation API Key (required) |
Parameter | Type | Description | Required |
---|---|---|---|
id | string | Company ID (ObjectID) or External ID (max 64 chars) | Yes |
64b8f1a2e4b0c8d9f0123456
your-unique-id-123
Parameter | Type | Description |
---|---|---|
success | boolean | Indicates if the operation was successful |
message | string | Additional information about the operation |
data | object | Response data for successful requests |
data.formation_id | string | Unique formation process ID |
data.company_id | string | Unique identifier for the company |
data.status | string | Updated status of the company formation |
data.external_id | string | Your provided external ID (if any) |
cancelled
Formation API key for authentication.
Company ID (ObjectID) or External ID
64
"64b8f1a2e4b0c8d9f0123456"
Formation cancelled successfully
The response is of type object
.