Skip to main content
DELETE
/
context
/
characters
/
{game_id}
/
{world_id}
/
{character_id}
Delete a character
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"
}

Authorizations

Authorization
string
header
required

Path Parameters

game_id
string
required
Example:
world_id
string
required
Example:
character_id
string
required
Example:

Query Parameters

session_id
string
Example:

Response

message
string
Example:
character_id
string
Example: