Skip to main content
DELETE
/
api
/
v1
/
prompts
/
{id}
Delete a prompt
curl --request DELETE \
  --url https://app.dimred.com/api/v1/prompts/{id} \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key for authentication. Obtain from your DimRed dashboard. The organization context is automatically derived from the API key.

Path Parameters

id
string
required

Prompt identifier

Response

Prompt deleted successfully

success
boolean

Operation success status