cURL
curl --request DELETE \ --url https://api.enkryptai.com/guardrails/delete-guardrail \ --header 'X-Enkrypt-Guardrail: <x-enkrypt-guardrail>' \ --header 'apikey: <api-key>'
{ "message": "Guardrail details deleted successfully", "data": { "policy_id": 1234567890, "project_name": "default" } }
Delete an existing guardrail
Documentation IndexFetch the complete documentation index at: https://docs.enkryptai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
Use this file to discover all available pages before exploring further.
The guardrail name
"My Guardrail"
Successful Response
"Guardrail details deleted successfully"
Show child attributes