deleteService
No description
deleteService(
organizationUUID: ID!
serviceId: Int!
): Boolean!
Arguments
deleteService.organizationUUID ● [ID!](/Incidite GraphQL Docs/types/scalars/id.mdx) non-null scalar
deleteService.serviceId ● [Int!](/Incidite GraphQL Docs/types/scalars/int.mdx) non-null scalar
Type
[Boolean](/Incidite GraphQL Docs/types/scalars/boolean.mdx) scalar
The Boolean scalar type represents true or false.