---
title: "Delete an employee's home address"
method: DELETE
path: "/v1/home_addresses/{home_address_uuid}"
tags: ["Employee Addresses"]
---

# Delete an employee's home address

`DELETE /v1/home_addresses/{home_address_uuid}`

Used for deleting an employee's home address. Cannot delete the employee's active home address.

scope: `employees:write`

## Path parameters

- `home_address_uuid` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `204`

successful

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details.

---

[API](https://skmtc.net/gusto/apis/gusto-api.md) · [All operations](https://skmtc.net/gusto/apis/gusto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gusto/gusto-api/revisions/826dfa57fb3b/schema)
