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!

    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!]

    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.