cURL
curl --request DELETE \ --url https://app.dimred.com/api/v1/prompts/{id} \ --header 'x-api-key: <api-key>'
{ "success": true }
Deletes a prompt.
API key for authentication. Obtain from your DimRed dashboard. The organization context is automatically derived from the API key.
Prompt identifier
Prompt deleted successfully
Operation success status
Was this page helpful?