Skip to main content
DELETE
/
api
/
v1
/
runtime
/
v1
/
prompts
/
{nameOrId}
Delete Prompt
curl --request DELETE \
  --url https://api.runflow.ai/api/v1/runtime/v1/prompts/{nameOrId}

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

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

Path Parameters

nameOrId
string
required

Prompt name or UUID

Response

{ success, message } on success.