Skip to main content

purchaseAuthorizationConfigDelete

Remove a purchase authorization configuration.

Permanently deletes the authorization configuration, revoking the contact's purchase authority within the specified company.

Possible errors:

  • PURCHASE_AUTHORIZATION_CONFIG_NOT_FOUND_ERROR: Configuration with the specified ID does not exist
  • PURCHASE_AUTHORIZATION_CONFIG_DELETE_ERROR: Failed to delete the authorization configuration AUTH: Role=[user.OWNER] OR ('user is authenticated'),
purchaseAuthorizationConfigDelete(
id: String!
): Boolean!

Arguments

purchaseAuthorizationConfigDelete.id ● String! non-null scalar

Unique identifier for the purchase authorization configuration.

Primary key in UUID v7 format used to reference this specific authorization configuration throughout the system.

Type

Boolean scalar

The Boolean scalar type represents true or false.