cURL
curl --request DELETE \ --url https://api.osohq.com/api/facts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "predicate": "<string>", "args": [ { "type": "<string>", "id": "<string>" } ] } '
{ "message": "<string>" }
Deletes a fact. Does not throw an error when the fact is not found.
DEPRECATED: Prefer POST /batch with payload [{"deletes": [<fact>]}].
POST /batch
[{"deletes": [<fact>]}]
Requires an API key to access. Signup at https://ui.osohq.com/
A pattern object for matching authorization-relevant data, ie: facts.
Show child attributes
Was this page helpful?