Skip to main content
DELETE
/
emotional-state
Delete emotional state
curl --request DELETE \
  --url https://api.hyperspell.com/emotional-state \
  --header 'Authorization: Bearer <token>'
{
  "deleted_count": 123
}

Authorizations

Authorization
string
header
required

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.

Query Parameters

relationship_id
string | null

Response

Successful Response

Response after deleting emotional state.

deleted_count
integer
required