Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

Deletes a corporation from your organization. This action cannot be undone.
Deleting a corporation will remove all associated data. Ensure you have backed up any necessary information before proceeding.
id
string
required
Unique identifier of the corporation to delete.
curl --request DELETE \
  --url 'https://transaction-tax.api.in.commenda.io/api/v1/corporations/corp_123abc' \
  --header 'Authorization: Bearer <token>'
{
  "message": "Corporation deleted successfully.",
  "data": {
    "id": "corp_123abc",
    "deleted": true
  }
}