---
title: "Unfollows a domain"
method: DELETE
path: "/followers/{domain}"
tags: ["Follower endpoints"]
---

# Unfollows a domain

`DELETE /followers/{domain}`

Unfollows a domain

## Path parameters

- `domain` string, required

## Headers

- `x-auth-domain` string, required
- `x-auth-expires` string, required
- `x-auth-signature` string, required

## Request body

- SerializedDomainFollowPost
  - `domain` string — Name of domain to follow

## Response `200`

Unfollow successful

## Other responses

- `404` — Domain not found

---

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