deleteAccount
Delete an existing marketplace account (company)
This page contains
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.