appRevenueAttributionRecordDelete mutation
Deletes a record of the attributed revenue for the app.
Required access
User must have applications permission.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
mutation appRevenueAttributionRecordDelete($id: ID!) { appRevenueAttributionRecordDelete(id: $id) {} } { “id”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=” }
<font style="color:#1F61A0;">deletedId</font>
<font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
<font style="color:#1F61A0;">code</font>
<font style="color:#1F61A0;">field</font>
<font style="color:#1F61A0;">message</font>
<font style="color:#555555;">}</font>
Arguments
Argument | Description |
---|---|
id ( [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-unstable) ) REQUIRED |
The unique identifier of the revenue attribution record. |
Return fields
- deletedId (
[ID](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-unstable)
)
The revenue attribution that was deleted, if one was. - userErrors (
[[AppRevenueAttributionRecordDeleteUserError!]!](https://shopify.dev/docs/admin-api/graphql/reference/billing/apprevenueattributionrecorddeleteusererror)
)
List of errors that occurred executing the mutation.