Skip to main content
Delete Deployment mutation.

Operation details

FieldValue
NamedeleteDeployment
GroupDeployments
TypeMutation
SignaturedeleteDeployment(input: DeleteDeploymentInput!): DeleteDeploymentPayload!

Playground

Query

Query
mutation DeleteDeployment($input: DeleteDeploymentInput!) {
  deleteDeployment(input: $input) {
    id
    error
    success
  }
}

Variables

Variables
{
  "input": {
    "id": ""
  }
}