The parameters to delete the prompt.
Parameters for deleting a prompt.
Optionalclient?: {An instance of the Phoenix client. If not provided, the client will be created using the default configuration.
Call a DELETE endpoint
Call a GET endpoint
Get the Phoenix server version, returning a cached value if available.
The version is first populated from the x-phoenix-server-version
response header on any API call. If no version has been seen yet,
this method fetches GET /arize_phoenix_version to populate the cache.
Call a HEAD endpoint
Call a OPTIONS endpoint
Call a PATCH endpoint
Call a POST endpoint
Call a PUT endpoint
Call a TRACE endpoint
Unregister middleware
Register middleware
The prompt to delete. Selected either by name or by promptId — the same
selector style getPrompt takes, minus the version-level selectors,
which do not identify a prompt.
A promise that resolves once the prompt is deleted.
Delete a prompt via
DELETE /v1/prompts/{prompt_identifier}.Deletion cascades: every version of the prompt, along with its version tags and labels, is removed with it. This cannot be undone.