English
cURL
curl --request DELETE \ --url https://app.npcbuilder.com/api/sessionmanager \ --header 'Authorization: Bearer <token>'
{ "message": "Session for key: campaign_nightfall with id: ABC123 has been deleted", "session_id": "<string>" }
Delete an existing session using the session key, game ID, and player ID. This operation permanently removes the session.
50