---
title: "contacts/deactivate"
method: POST
path: "/contacts/deactivate"
tags: ["Contact Endpoints"]
---

# contacts/deactivate

`POST /contacts/deactivate`

This endpoint is used to deactivate a contact

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `ContactID` string — This ID of the deactivated contact
  - `IsActive` string — The status of the deactivated contact
  - `DateDeactivated` string — The date and time the contact was deactivated

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/versions/7033bd231ec7/schema)
