curl --request DELETE \
--url https://api.bland.ai/v1/guard_rails/{guard_rail_id}{
"data": null,
"errors": [
{
"error": "NOT_FOUND",
"message": "Guard rail not found"
}
]
}
Delete a guard rail.
curl --request DELETE \
--url https://api.bland.ai/v1/guard_rails/{guard_rail_id}{
"data": null,
"errors": [
{
"error": "NOT_FOUND",
"message": "Guard rail not found"
}
]
}
204 No Content response on success.
{
"data": null,
"errors": [
{
"error": "NOT_FOUND",
"message": "Guard rail not found"
}
]
}
Was this page helpful?