---
title: "Disconnects a specified service"
method: DELETE
path: "/v1/Services"
tags: ["Services"]
---

# Disconnects a specified service

`DELETE /v1/Services`

Disconnect an existing service.

## Request body

- RevAppDeleteModelsService
  - `service_id` integer — Primary identifier of the service to delete.
  - `effective_date` string, date-time — The date that the disconnect change status should take effect. If not set, today is used.

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
