# Delete Temporal Cloud namespace

Canonical URL: https://docs.fuse.init.inc/integrations/temporal/actions/namespaces.delete

Permanently delete a namespace. Requires confirmation DELETE and resource_version. Rejected while delete protection is enabled.

Action ID: `namespaces.delete`
Provider: Temporal (`temporal`)
Contract version: 1

## Risk and exposure

- Risk: Destructive
- Idempotency: Provider key — Retries are safe when the provider-supported idempotency key is supplied.
- Availability: Default
- Exposure: REST, SDK
- MCP hints: readOnly=false, destructive=true, idempotent=true, openWorld=true

## Required scopes

None.

## Input schema fields

- `namespace`
- `resource_version`
- `confirmation`

## Output schema fields

- `namespace`
- `operation`
- `operation.id`
- `operation.state`
- `operation.operation_type`
- `operation.check_after`
- `operation.started_at`
- `operation.finished_at`
- `operation.failure_reason`

Provider overview: https://docs.fuse.init.inc/integrations/temporal
Actions index: https://docs.fuse.init.inc/integrations/temporal/actions
Exact canonical JSON contract: https://docs.fuse.init.inc/api/catalog/v1/providers/temporal/actions/namespaces.delete
Deployment-effective discovery: https://api.fuse.init.inc/v1/tenants/%7Btenant_id%7D/providers/temporal/actions
