Skip to content

relationalai.api.delete_reasoner()

delete_reasoner(type STRING, name STRING)

A procedure that deletes an existing RAI reasoner. Requires the eng_admin application role.

NameTypeDescription
typeSTRINGReasoner type. Valid values: 'logic', 'prescriptive', 'predictive'. Case-insensitive.
nameSTRINGReasoner name (case-sensitive).

A table with the following columns:

ColumnTypeDescription
NAMESTRINGThe reasoner name.
MESSAGESTRINGA message describing the result.

Delete a logic reasoner named my_reasoner:

CALL relationalai.api.delete_reasoner('logic', 'my_reasoner');