CompanyDeleteFailure
No description
type CompanyDeleteFailure {
key: String!
companyId: Int
reason: CompanyDeleteFailureReason!
}
Fields
CompanyDeleteFailure.key ● String! non-null scalar
The key from the request that was not deleted, exactly as it was sent.
CompanyDeleteFailure.companyId ● Int scalar
Numeric id of the company, when it could be established. Null for a key that resolved to no company and was not itself an id.
CompanyDeleteFailure.reason ● CompanyDeleteFailureReason! non-null enum
Why it was not deleted.
Member Of
CompanyBulkDeleteResponse object