English
cURL
curl --request DELETE \ --url https://app.npcbuilder.com/api/context/characters/{game_id}/{world_id}/{character_id} \ --header 'Authorization: Bearer <token>'
{ "message": "Character: character789 has been deleted.", "character_id": "character789" }
Remove a character from the specified game and world. Use this operation with caution as it permanently deletes the character.