Skip to main content
DELETE
/
v1
/
prompt_versions
/
{prompt_version_id}
/
tags
/
{tag_name}
Delete a tag from a prompt version
curl --request DELETE \
  --url https://api.example.com/v1/prompt_versions/{prompt_version_id}/tags/{tag_name}
"<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_version_id
string
required

The ID of the prompt version.

tag_name
string
required

The name of the tag to delete.

Response

No content returned on successful tag deletion