> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a worker address

> Remove the newest worker address row for a purpose.

### Parameters

<ParamField path="id" type="string" required>
  ID of the worker address to delete.
</ParamField>

### Returns

Returns the removed worker address ID.

<ResponseExample>
  ```json Success theme={null}
  {
    "id": "wra_1HPCXADYAhh5k1NMU0r1WUqs",
    "removed": true
  }
  ```
</ResponseExample>

<Note>
  Delete removes a row that should never have existed. Only the newest address
  for a purpose can be deleted. Use `POST /v1/worker-addresses` when a worker has
  moved, and use `PATCH /v1/worker-addresses/{id}` when an existing
  row or shared place was recorded incorrectly.
</Note>
