Delete Service Type
DELETE/api/servicetypes/deleteservicetype/:id
Tier: Public — stable, supported for third-party integration.
Deletes a service type.
Request
Responses
- 200
- 400
- 401
- 403
true once the service type has been deleted.
Unknown id, or a validator failure preventing deletion — the service's error array.
Caller is not authenticated.
Caller does not have Delete permission on the ServiceMaster module.