appwrite/docs/examples/1.2.x/server-graphql/examples/functions/delete-deployment.md
2022-12-26 13:17:28 +01:00

150 B

mutation { functionsDeleteDeployment( functionId: "[FUNCTION_ID]", deploymentId: "[DEPLOYMENT_ID]" ) { status } }