Skip to main content
DELETE
/
api
/
agents
/
{id}
/
test-prompts
/
{promptId}
Delete test prompt
curl --request DELETE \
  --url https://rippletide-backend.azurewebsites.net/api/agents/{id}/test-prompts/{promptId}
{
  "error": "<string>",
  "message": "<string>",
  "details": "<string>"
}

Path Parameters

id
string<uuid>
required
promptId
integer
required

Response

Test prompt deleted successfully