Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.bland.ai/v1/guard_rails/{guard_rail_id} \ --header 'authorization: <authorization>'
{ "data": null, "errors": [ { "error": "NOT_FOUND", "message": "Guard rail not found" } ] }
Delete a guard rail.
204 No Content
Was this page helpful?