# Deactivate IAM user access key

Canonical URL: https://docs.fuse.init.inc/integrations/aws/actions/iam.users.access_keys.deactivate

Set an IAM user access key status to Inactive. Rejects the connection's own access key id. Requires iam:UpdateAccessKey.

Action ID: `iam.users.access_keys.deactivate`
Provider: AWS (`aws`)
Contract version: 1

## Risk and exposure

- Risk: Destructive
- Idempotency: Safe — Safe to retry without coordination; repeats do not create additional side effects.
- Availability: Default
- Exposure: REST, SDK
- MCP hints: readOnly=false, destructive=true, idempotent=true, openWorld=true

## Required scopes

- `iam:UpdateAccessKey`

## Input schema fields

- `user_name`
- `access_key_id`

## Output schema fields

None.

Provider overview: https://docs.fuse.init.inc/integrations/aws
Actions index: https://docs.fuse.init.inc/integrations/aws/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/aws/actions/iam.users.access_keys.deactivate
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/aws/actions
