---
title: "Unassign a user from a property inspection"
method: DELETE
path: "/v1/property_inspections/{property_inspection_id}/assignments"
tags: ["Property Inspection"]
deprecated: true
---

# Unassign a user from a property inspection

`DELETE /v1/property_inspections/{property_inspection_id}/assignments`

> **Deprecated.**

## Headers

- `X-Encircle-Attribution` string
- `X-Encircle-Request` string

## Request body

- PropertyInspectionAssignmentRequest — A `PropertyInspectionAssignment` represents an assignment of a `User` to a `PropertyInspection`. When the `User` is assigned to a `PropertyInspection`, access is granted to the `User`.
  - `id` string, required — This is the email address of the person accepting/receiving the inspection assignment.

## Response `200`

The 'User' was unassigned to the property inspection successfully.

- UserResponse — `User`s identify user accounts in the Encircle system including the ID of their organization. Any email address corresponds to at most one `User` object.
  - `id` string, required
  - `organization_id` string, uuid — A [RFC 4122](https://tools.ietf.org/html/rfc4122#section-3) compliant UUID in lowercase hexadecimal.

## Other responses

- `202` — The 'User' was not assigned to the property inspection already.
- `400` — Error processing request.
- `401` — Authentication error.
- `404` — Requested resource does not exist.

---

[API](https://skmtc.net/encircleapp/apis/encircle-public-api.md) · [All operations](https://skmtc.net/encircleapp/apis/encircle-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/encircleapp/encircle-public-api/revisions/0e70222a2c6d/schema)
