Note that this deletes the entire prompt_slug, including all associated prompt_template versions.Deleting a prompt is irreversible. Make sure you want to delete the prompt before using this endpoint.

Delete a Prompt on Athina Playground

To delete a prompt in Athina:
  1. Open https://app.athina.ai.ai/prompt
  2. Click on the three dots next to the prompt you want to delete in the sidebar.
  3. Click Delete and confirm in the modal.

Delete a Prompt via API

from athina_client.prompt import Slug

Slug.delete(slug="test-slug")