Skip to main content

removeCompanyManager

DEPRECATED

No longer supported. Every call fails with a not-implemented error.

Deprecated and will be removed in a future version

removeCompanyManager(
userId: Int!
companyId: Int!
): String! @deprecated

Arguments

removeCompanyManager.userId ● Int! non-null scalar

Account manager user ID

removeCompanyManager.companyId ● Int! non-null scalar

Unique internal identifier for the company used for system operations and data relationships

Type

String scalar

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.