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) {
  1. <font style="color:#1F61A0;">deletedId</font>
  2. <font style="color:#1F61A0;">userErrors</font> <font style="color:#555555;">{</font>
  3. <font style="color:#1F61A0;">code</font>
  4. <font style="color:#1F61A0;">field</font>
  5. <font style="color:#1F61A0;">message</font>
  6. <font style="color:#555555;">}</font>
} } { “id”: “Z2lkOi8vU2hvcGlmeS9FeGFtcGxlLzE=” }


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.