---
title: "Delete a dynamic emergency address"
method: DELETE
path: "/dynamic_emergency_addresses/{id}"
tags: ["Dynamic Emergency Addresses"]
---

# Delete a dynamic emergency address

`DELETE /dynamic_emergency_addresses/{id}`

Deletes the dynamic emergency address based on the ID provided

## Path parameters

- `id` string, uuid, required

## Response `200`

Dynamic Emergency Address Response

- object
  - `data` DynamicEmergencyAddress
    - `id` string
    - `record_type` string — Identifies the type of the resource.
    - `sip_geolocation_id` string — Unique location reference string to be used in SIP INVITE from / p-asserted headers.
    - `status` 'pending' | 'activated' | 'rejected' — Status of dynamic emergency address
    - `house_number` string, required
    - `house_suffix` string
    - `street_pre_directional` string
    - `street_name` string, required
    - `street_suffix` string
    - `street_post_directional` string
    - `extended_address` string
    - `locality` string, required
    - `administrative_area` string, required
    - `postal_code` string, required
    - `country_code` 'US' | 'CA' | 'PR', required
    - `created_at` string — ISO 8601 formatted date of when the resource was created
    - `updated_at` string — ISO 8601 formatted date of when the resource was last updated

## Other responses

- `400` — Bad request, the request was unacceptable, often due to missing a required parameter.
- `401` — Unauthorized
- `404` — The requested resource doesn't exist.
- `422` — Unprocessable entity. Check the 'detail' field in response for details.
- `500` — Unexpected error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
