---
title: "Delete emotional state"
method: DELETE
path: "/emotional-state"
tags: ["Emotional State"]
---

# Delete emotional state

`DELETE /emotional-state`

Delete emotional state for the authenticated user.

Cascades to associated Document and Chunk rows. Optionally filter by
`relationship_id` to delete only a specific relationship's emotional state.

## Query parameters

- `relationship_id` string, nullable

## Response `200`

Successful Response

- HyperspellCoreApiEmotionalStateDeleteResponse — Response after deleting emotional state.
  - `deleted_count` integer, required

## Other responses

- `422` — Validation Error

---

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