Cancel Formation
Formation API Endpoints
Cancel Formation
Cancel a company formation process.
DELETE
Cancel Formation
Cancel Company Formation
This endpoint allows you to cancel a company formation that is in progress. The formation can be canceled using either the company ID or the external ID provided during creation.Headers
| Parameter | Type | Description |
|---|---|---|
| X-API-KEY | string | Formation API Key (required) |
Path Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| id | string | Company ID (ObjectID) or External ID (max 64 chars) | Yes |
Parameter Examples
- Company ID:
64b8f1a2e4b0c8d9f0123456 - External ID:
your-unique-id-123
Response
Success Response (200)
Response Parameters
| 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) |
Error Responses
Invalid Request - Bad ID Parameter (400)
Unauthorized - Invalid API Key (401)
Formation Not Found (404)
Internal Server Error (500)
Notes
- Only formations that are not yet completed can be canceled
- Once a formation is canceled, it cannot be resumed
- Any fees paid may be subject to the refund policy
- The formation status will be updated to
cancelled
Authorizations
Formation API key for authentication.
Path Parameters
Company ID (ObjectID) or External ID
Maximum string length:
64Example:
"64b8f1a2e4b0c8d9f0123456"