appwrite/docs/examples/1.3.x/server-graphql/examples/functions/delete-variable.md

9 lines
144 B
Markdown
Raw Normal View History

2023-04-11 13:23:29 +00:00
mutation {
functionsDeleteVariable(
functionId: "[FUNCTION_ID]",
variableId: "[VARIABLE_ID]"
) {
status
}
}