---
title: "Delete Aws Iam Role Binding"
method: POST
path: "/v1/accounts/{account_id}/awsIamRoleBindings:delete"
tags: ["gateway.openapi_Gateway"]
---

# Delete Aws Iam Role Binding

`POST /v1/accounts/{account_id}/awsIamRoleBindings:delete`

## Path parameters

- `account_id` string, required

## Request body

- object
  - `createTime` string, date-time — The creation time of the AWS IAM role binding.
  - `principal` string — The principal that is allowed to assume the AWS IAM role. This must be the email address of the user.
  - `role` string — The AWS IAM role ARN that is allowed to be assumed by the principal.

## Response `200`

A successful response.

- object

---

[API](https://skmtc.net/fw-ai-external/apis/gateway-rest-api.md) · [All operations](https://skmtc.net/fw-ai-external/apis/gateway-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fw-ai-external/gateway-rest-api/revisions/29a1e4db152c/schema)
