Skip to main content
DELETE
Delete one character asset
Deletes a Character owned by the current account. The endpoint returns 404 when the Character does not exist or belongs to another account — the two cases are deliberately indistinguishable.

Request parameters

Response parameters

Returns 200 OK.

Examples

Authorizations

Authorization
string
header
required

Server-side SDK clients use a project API key. Remote MCP clients use an OAuth access token. Never expose a project API key in browser code.

Headers

X-Request-Id
string

Optional caller-supplied correlation ID, up to 128 characters. The service returns the effective value in the response header for tracing and support.

Required string length: 1 - 128
X-Viggle-Source
string

Optional source-channel label, up to 128 characters, used to attribute traffic to an SDK, integration, product surface, or internal workflow.

Required string length: 1 - 128

Path Parameters

character_id
string
required

Public Character ID returned by character creation or listing. It normally begins with char_ and must identify a Character owned by the caller.

Minimum string length: 1

Response

The character was deleted.

status
enum<string>
required

Deletion acknowledgement. The only successful value is deleted.

Available options:
deleted