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.
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
}
}