Skip to main content
Delete Release mutation.

Operation details

FieldValue
NamedeleteRelease
GroupReleases
TypeMutation
SignaturedeleteRelease(input: DeleteReleaseInput!): DeleteReleasePayload!

Playground

Query

Query
mutation DeleteRelease($input: DeleteReleaseInput!) {
  deleteRelease(input: $input) {
    id
    error
    success
  }
}

Variables

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