purchaseAuthorizationConfigDelete
Deletes a PurchaseAuthorizationConfig entity by ID. AUTH: Role=[user.OWNER] OR ('user is authenticated'),
purchaseAuthorizationConfigDelete(
id: String!
): Boolean!
Arguments
purchaseAuthorizationConfigDelete.id
● String!
non-null scalar
The primary ID of the purchase authorization config, uuid v7 format
Type
Boolean
scalar
The Boolean
scalar type represents true
or false
.