Skip to main content
DELETE
/
v1
/
prompts
/
{prompt_identifier}
Delete a prompt
curl --request DELETE \
  --url https://api.example.com/v1/prompts/{prompt_identifier}
"<string>"

Documentation Index

Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt

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

Path Parameters

prompt_identifier
string
required

The identifier of the prompt, i.e. name or ID.

Response

Successful Response