Deletes existing AWS accounts or organizations in our system.

The following permission is required to run this action:

  • CSPM Registration: Read and Write.

External Documentation

To learn more, visit the CrowdStrike documentation.

Parameters

ParameterDescription
AWS Account IDsA comma-separated list of AWS account IDs to remove. You can find the AWS account ID in the Support Center page.
AWS Organization IDsA comma-separated list of AWS organization IDs to remove. You can find the AWS organization ID in the Settings page inside of the AWS organization console.

Example Output

{
	"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

Preview this Workflow on desktop