For the complete documentation index, see llms.txt. This page is also available as Markdown.

revenueMovementDelete

Graphql fields and variables for the revenueMovementDelete mutation

Delete a manual revenue movement

Scope required: billing:write

mutation revenueMovementDelete ($id: ID!) {
  revenueMovementDelete (id: $id) {
      errors
      success
  }
}

Arguments

{
  "id": "456123"
}
Name
Type
Description

id

ID

Response

Name
Type
Description

errors

List (String)

success

Boolean

Last updated

Was this helpful?