Files
appwrite/docs/examples/1.8.x/server-graphql/examples/functions/delete-execution.md
T

162 B

mutation {
    functionsDeleteExecution(
        functionId: "<FUNCTION_ID>",
        executionId: "<EXECUTION_ID>"
    ) {
        status
    }
}