appwrite/docs/examples/1.3.x/server-graphql/examples/functions/delete-deployment.md
2023-04-12 01:23:29 +12:00

150 B

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