DELETE
/
api
/
prompts
/
{id}
curl --request DELETE \
  --url https://app.langwatch.ai/api/prompts/{id} \
  --header 'X-Auth-Token: <api-key>'
{
  "success": true
}

Authorizations

X-Auth-Token
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Success

The response is of type object.