Skip to main content
DELETE
/
prompts
/
{slug}
curl -X DELETE https://app.tracia.io/api/v1/prompts/welcome-email \
  -H "Authorization: Bearer tr_your_api_key"
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.tracia.io/llms.txt

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

This action is irreversible. All versions of the prompt will be permanently deleted.

Request

Authorization
string
required
Bearer token with your API key: Bearer tr_your_api_key
slug
string
required
The prompt slug to delete

Response

success
boolean
true if the prompt was successfully deleted
curl -X DELETE https://app.tracia.io/api/v1/prompts/welcome-email \
  -H "Authorization: Bearer tr_your_api_key"
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key starting with tr_

Path Parameters

slug
string
required

The prompt slug to delete

Response

Prompt deleted

success
boolean