Delete Prompt
Delete a prompt and all of its versions.
Request
curl -X DELETE "https://platform.chanl.ai/api/v1/prompts/{promptId}" \
-H "X-API-Key: chanl_key_..."await chanl.prompts.delete(promptId);Delete a prompt and all of its versions.
curl -X DELETE "https://platform.chanl.ai/api/v1/prompts/{promptId}" \
-H "X-API-Key: chanl_key_..."await chanl.prompts.delete(promptId);