---
title: "Unapply a service"
method: DELETE
path: "/{account}/domains/{domain}/services/{service}"
tags: ["domain services"]
---

# Unapply a service

`DELETE /{account}/domains/{domain}/services/{service}`

Unapplies a service from a domain.

## Path parameters

- `account` integer, required
- `domain` string, required
- `service` string, required

## Response `204`

Successfully unapplied a service to a domain.

## Other responses

- `400` — A required parameter is missing or the request is invalid.
- `404` — The requested resource doesn't exist.

---

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