Try our new Setup Skill to automatically integrate Hyperspell into your project
curl --request DELETE \
--url https://api.hyperspell.com/emotional-state \
--header 'Authorization: Bearer <token>'{
"deleted_count": 123
}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.
curl --request DELETE \
--url https://api.hyperspell.com/emotional-state \
--header 'Authorization: Bearer <token>'{
"deleted_count": 123
}API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Successful Response
Response after deleting emotional state.
Was this page helpful?