Skip to main content
DELETE
/
assets
/
characters
/
{character_id}
Delete asset character
curl --request DELETE \
  --url https://api.fal.ai/v1/assets/characters/{character_id} \
  --header 'Authorization: <api-key>'
{
  "error": {
    "type": "validation_error",
    "message": "Invalid request parameters"
  }
}

Documentation Index

Fetch the complete documentation index at: https://fal.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY

Headers

Idempotency-Key
string

Optional idempotency key for safe request retries

Example:

"550e8400-e29b-41d4-a716-446655440000"

Path Parameters

character_id
string
required

Character collection ID

Minimum string length: 1
Example:

"d7tatpsregjaga2cf3d0"

Response

Character deleted