Skip to main content
DELETE
/
v1
/
characters
/
{id}
/
memory
Forget a player's relationship
curl --request DELETE \
  --url https://api.alakazam.gg/v1/characters/{id}/memory \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

The scoped runtime session JWT from POST /v1/sessions/token. The embed's browser presents it (Authorization: Bearer, or a token body field) to the runtime exchange routes. Not an API key.

Path Parameters

id
string<uuid>
required

Response

Forgotten

ok
boolean