featureUsageDelete
Graphql fields and variables for the featureUsageDelete mutation
Last updated
Was this helpful?
Graphql fields and variables for the featureUsageDelete mutation
Delete a feature usage record
Scope required: billing:write
mutation featureUsageDelete ($id: ID!) {
featureUsageDelete (id: $id) {
errors
featureUsage {
accountId
createdAt
featureId
id
notes
quantity
subscriptionChargeId
subscriptionId
updatedAt
usageAt
}
}
}id
ID
errors
String
Last updated
Was this helpful?
Was this helpful?
{
"id": "456123"
}