---
title: "DELETE /access-sources/{accessSourceId}"
method: DELETE
path: "/access-sources/{accessSourceId}"
---

# DELETE /access-sources/{accessSourceId}

`DELETE /access-sources/{accessSourceId}`

Deletes an access source. This operation cannot be undone.

Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify `--region us-east-2` on Amazon Web Services CLI commands.

## Path parameters

- `accessSourceId` string, required

## Response `200`

Success

- DeleteAccessSourceOutput
  - `arn` string, required — The Amazon Resource Name (ARN) of the deleted access source.
  - `cidr` string, required — The IP address or CIDR range of the deleted access source.
  - `createdAt` string, date-time, required — The date and time when the access source was originally created.
  - `id` string, required — The unique identifier of the deleted access source.
  - `ipAddressType` 'IPV4' | 'IPV6', required — The IP address type of the deleted access source (IPv4 or IPv6).
  - `name` string — The name of the deleted access source.
  - `dnsViewId` string, required — The ID of the DNS view that was associated with the deleted access source.
  - `protocol` 'DO53' | 'DOH' | 'DOT', required — The DNS protocol that was permitted for the deleted access source.
  - `status` 'CREATING' | 'OPERATIONAL' | 'UPDATING' | 'DELETING', required — The final status of the deleted access source.
  - `updatedAt` string, date-time, required — The date and time when the access source was last updated before deletion.

## Other responses

- `480` — InternalServerException
- `481` — ValidationException
- `482` — ConflictException
- `483` — AccessDeniedException
- `484` — ThrottlingException
- `485` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/route53globalresolver.md) · [All operations](https://skmtc.net/aws/apis/route53globalresolver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/route53globalresolver/versions/5ebf158d0c4b/schema)
