---
title: "Delete blocked spam source"
method: DELETE
path: "/v3/blocked_spam_sources/{id}"
tags: ["Blocked Spam Sources"]
---

# Delete blocked spam source

`DELETE /v3/blocked_spam_sources/{id}`

Removes a blocked spam source. Future applications from the previously blocked IP, CIDR range, email address, or domain will no longer be auto-rejected at intake; applications already rejected against this entry remain rejected and must be reinstated through the usual candidate workflows.

## Path parameters

- `id` string, required

## Response `200`

Successful

- object
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `message` string

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/greenhouse/apis/auth-api.md) · [All operations](https://skmtc.net/greenhouse/apis/auth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/greenhouse/auth-api/versions/9517a2e54640/schema)
