--- title: CashManagementReasonCodeDeletePayload - GraphQL Admin description: Return type for `cashManagementReasonCodeDelete` mutation. api_version: 2026-04 api_name: admin type: payload api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/CashManagementReasonCodeDeletePayload md: >- https://shopify.dev/docs/api/admin-graphql/latest/payloads/CashManagementReasonCodeDeletePayload.md --- # Cash​Management​Reason​Code​Delete​Payload payload Return type for `cashManagementReasonCodeDelete` mutation. ## Fields * deleted​Id [ID](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) The deleted cash management reason code gid. * user​Errors [\[Cash​Management​Reason​Code​Delete​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/CashManagementReasonCodeDeleteUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [cash​Management​Reason​Code​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/cashManagementReasonCodeDelete) mutation Deletes a cash management reason code. * id [ID!](https://shopify.dev/docs/api/admin-graphql/latest/scalars/ID) required ### Arguments The reason code id to delete. *** *** ## Map ### Mutations with this payload * [cash​Management​Reason​Code​Delete](https://shopify.dev/docs/api/admin-graphql/latest/mutations/cashManagementReasonCodeDelete)