• Directory
  • >
  • Mutations
  • >
  • deleteAccount

Preview

deleteAccount is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

deleteAccount

Delete an existing marketplace account (company)

This page contains

Authorization Rules

This request requires authorization with at least one of the following scopes:

Scopes

ROLE_CHANNEL_ADMIN

ROLE_CHANNEL_SUPPORT

ROLE_CORPORATE_ADMIN

ROLE_PARTNER

ROLE_SALES_SUPPORT

Arguments

input DeleteAccountInput! PREVIEW

Specifies data to identify account (company)

DeleteAccountInput fields

accountId ID!

Unique identifier of the account

Return Fields

success Boolean!

Whether the account is deleted successfully

userErrors [DeleteAccountError!] PREVIEW

Interactive example

This is an example mutation query. Use the embedded interactive tool below to edit the query.

Hint: use Ctrl + Space for autocompleting fields.