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