Guardrails
Delete a guardrail
Delete an existing guardrail. Management key required.
delete/guardrails/{id}
Path parameters
idstring uuid required
The unique identifier of the guardrail to delete
Example:550e8400-e29b-41d4-a716-446655440000
The unique identifier of the guardrail to delete
Response
Guardrail deleted successfully
Example response
{
"deleted": true
}