---
title: "Disable an automated message"
method: DELETE
path: "/chats/automated-messages/{trigger}"
---

# Disable an automated message

`DELETE /chats/automated-messages/{trigger}`

Disables the automated message for the trigger. Returns 404 if the trigger is not currently enabled.

## Path parameters

- `trigger` 'new_subscriber' | 'new_follower' | 'subscription_canceled' | 're_subscribed' | 'renewed' | 'new_purchase' | 'first_message_reply', required — Event that sends the automated message: new_subscriber, new_follower, subscription_canceled (subscriber cancels auto-renew), re_subscribed, renewed (subscription renews), new_purchase, or first_message_reply (fan messages the creator for the first time)

## Headers

- `X-Fanvue-API-Version` string, required

## Response `204`

Automated message disabled

## Other responses

- `400` — Bad Request - API version not supported OR validation failed
- `401` — Unauthorized Response
- `403` — Unauthorized Response
- `404` — Automated message not found
- `410` — API version no longer supported (sunset)
- `429` — Too many requests - rate limit exceeded

---

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