> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete CSPM AWS Account

Deletes existing AWS accounts or organizations in our system.

The following permission is required to run this action:

* `CSPM Registration`: **Read** and **Write**.

<Note>
  External Documentation

  To learn more, visit the [CrowdStrike documentation](https://falcon.us-2.crowdstrike.com/documentation/page/a879648c/cloud-security-posture-management-falcon-horizon-apis#q36106bd).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter            | Description                                                                                                                                                                                                                  |
  | -------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | AWS Account IDs      | A comma-separated list of AWS account IDs to remove. You can find the AWS account ID in the [Support Center page](https://support.console.aws.amazon.com/support/home).                                                      |
  | AWS Organization IDs | A comma-separated list of AWS organization IDs to remove. You can find the AWS organization ID in the [Settings page](https://console.aws.amazon.com/organizations/v2/home/settings) inside of the AWS organization console. |
</div>

## Example Output

```json theme={"dark"}
{
	"errors": [
		{
			"code": 0,
			"id": "string",
			"message": "string"
		}
	],
	"meta": {
		"pagination": {
			"limit": 0,
			"offset": 0,
			"total": 0
		},
		"powered_by": "string",
		"query_time": 0,
		"trace_id": "string",
		"writes": {
			"resources_affected": 0
		}
	}
}
```

## Workflow Library Example

[Delete Cspm Aws Account with Crowdstrike and Send Results Via Email](https://library.blinkops.com/workflows/delete-cspm-aws-account-with-crowdstrike-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/delete-cspm-aws-account-with-crowdstrike-and-send-results-via-email/canvas" />
</div>
