v124

OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-01957351.2 MB
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

deletedtrue required

Confirmation that the guardrail was deleted

Example response

{
  "deleted": true
}