Delete a service unit file
DELETE/api/node/:hostname/service/:name
Delete a systemd service unit file from the target node.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Service unit file deleted.
Bad request - validation error.
Unauthorized - API key required
Forbidden - Insufficient permissions
Error deleting service unit file.