Skip to main content
POST
/
delete-content
Delete a content row
curl --request POST \
  --url https://api.wanderersguide.app/functions/v1/delete-content \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 123,
  "type": "trait"
}
'
{
  "status": "success",
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.wanderersguide.app/llms.txt

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

Authorizations

Authorization
string
header
required

API key created in your Wanderer's Guide account settings. Send as Authorization: Bearer <key>. Used for direct API access from external tools and scripts.

Body

application/json
id
integer
required
type
required
Available options:
trait,
item,
spell,
class,
archetype,
versatile-heritage,
class-archetype,
ability-block,
creature,
ancestry,
background,
language,
content-source

Response

200 - application/json

JSend envelope. success if deleted, fail if forbidden, error for invalid type or unknown row.

status
enum<string>
required
Available options:
success
data
boolean
required