Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete release mutation.
| Field | Value |
|---|---|
| Name | deleteRelease |
| Group | Releases |
| Type | Mutation |
| Signature | deleteRelease(input: DeleteReleaseInput!): DeleteReleasePayload! |
mutation DeleteRelease($input: DeleteReleaseInput!) {
deleteRelease(input: $input) {
error
id
success
}
}
{
"input": {
"id": ""
}
}