DELETE
/
guardrails
/
{guardrailId}
Delete a guardrail
curl --request DELETE \
  --url https://api.portkey.ai/v1/guardrails/{guardrailId} \
  --header 'x-portkey-api-key: <api-key>'
This response does not have an example.

Authorizations

x-portkey-api-key
string
header
required

Path Parameters

guardrailId
string
required

Guardrail UUID or slug to delete

Response

200

Guardrail deleted successfully