vehicleDelete
mutation
Delete vehicles
Removes one or more vehicles from the company.
mutation {
vehicleDelete(companyId: Int!, vehicleId: [Int]!): DeletionError!
}Returns: DeletionError!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
vehicleId | [Int]! |