Deletes a prompt engine.
import { JigsawStack } from "jigsawstack"; const jigsaw = JigsawStack({ apiKey: "your-api-key" }); const response = await jigsaw.prompt_engine.delete({ "promptId": "dc578c69-6eb5-4c5b-82ab-9f74077cfdd5" })
The prompt ID.
Your JigsawStack API key
Indicates whether the call was successful.
Was this page helpful?