appwrite/docs/examples/1.7.x/server-graphql/examples/functions/delete-execution.md
2025-05-18 02:28:12 +12:00

147 B

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