Delete a function
Creating and updating a function requires:
|
Solution
Use the Delete
function:
{
ref: Function("create_post"),
ts: 1635293600520000,
name: 'create_post',
body: Query(Lambda(["title", "body", "author"], Create(Collection("posts"), {data: {title: Var("title"), body: Var("body"), author: Var("author")}}))),
data: { env: 'test' }
}
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!