---
title: "Disable all enrolments for a respondent"
method: PATCH
path: "/respondents/disable-user-enrolments"
tags: ["respondents"]
---

# Disable all enrolments for a respondent

`PATCH /respondents/disable-user-enrolments`

Disable all enrolments for a respondent

## Request body

- object
  - `email` string, email — The email of the respondent

## Response `200`

The enrolments have been disabled

## Other responses

- `400` — The request body was missing an email
- `404` — The respondent does not exist
- `422` — Multiple respondents were found with that email

---

[API](https://skmtc.net/office-of-national-statistics/apis/party-service-api.md) · [All operations](https://skmtc.net/office-of-national-statistics/apis/party-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/office-of-national-statistics/party-service-api/revisions/a9abfd072409/schema)
