# Delete

Launch stage: GA

`POST /api/2.0/instance-profiles/remove`

Remove the instance profile with the provided ARN.
 Existing clusters with this instance profile will continue to function.

 This API is only accessible to admin users.

API scopes: instance-profiles

## Request body

- `instance_profile_arn` (string, optional)
  The ARN of the instance profile to remove. This field is required.
  Example: `arn:aws:iam::<account-id>:instance-profile/<name>`

## Response

```json
{}
```

