---
title: "Unstops a contact"
method: PUT
path: "/v1/contacts/{contactId}/unstop"
tags: ["Contacts"]
---

# Unstops a contact

`PUT /v1/contacts/{contactId}/unstop`

Resumes business dealings with a contact (required scope contacts:write)

## Path parameters

- `contactId` integer, required

## Headers

- `Customer-Id` integer, required

## Request body

- UnstopContactModel — Unstop contact model
  - `appliesTo` 'contactOnly' | 'contactAndChildren' — Indicates if the contact's child contacts should also no longer be on stop<p>Possible values:</p><ul><li><b>contactOnly</b>: Contact only</li><li><b>contactAndChildren</b>: Contact and children</li></ul>

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/bigchange/apis/bigchange-dx.md) · [All operations](https://skmtc.net/bigchange/apis/bigchange-dx/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigchange/bigchange-dx/revisions/916e669fc527/schema)
